try gitea action
Some checks failed
Backend Actions / check (push) Successful in 15s
Backend Actions / build (push) Successful in 22s
Frontend Actions / check (push) Failing after 12s
Backend Actions / test (push) Successful in 31s
Frontend Actions / build (push) Failing after 32s
Frontend Actions / test (push) Failing after 33s

This commit is contained in:
2025-07-25 22:57:01 +01:00
parent d441a147c5
commit 0b538aab17

View File

@ -10,13 +10,13 @@ jobs:
working-directory: ./ui
steps:
- uses: actions/checkout@v4
# - name: Load Cache
# uses: actions/cache@v4
# with:
# path: |
# ui/node_modules
# key: ${{ runner.os }}-node-check-${{ hashFiles('ui/package-lock.json') }}
- uses: actions/setup-node@v4
- name: Load Cache
uses: actions/cache@v4
with:
path: |
ui/node_modules
key: ${{ runner.os }}-node-check-${{ hashFiles('ui/package-lock.json') }}
- uses: https://gitea.com/actions/setup-node
with:
version: '24'
- run: node --version
@ -35,12 +35,12 @@ jobs:
working-directory: ./ui
steps:
- uses: actions/checkout@v4
# - name: Load Cache
# uses: actions/cache@v4
# with:
# path: |
# ui/node_modules
# key: ${{ runner.os }}-node-build-${{ hashFiles('ui/package-lock.json') }}
- name: Load Cache
uses: actions/cache@v4
with:
path: |
ui/node_modules
key: ${{ runner.os }}-node-build-${{ hashFiles('ui/package-lock.json') }}
- uses: actions/setup-node@v4
with:
version: '24'
@ -57,12 +57,12 @@ jobs:
working-directory: ./ui
steps:
- uses: actions/checkout@v4
# - name: Load Cache
# uses: actions/cache@v4
# with:
# path: |
# ui/node_modules
# key: ${{ runner.os }}-node-test-${{ hashFiles('ui/package-lock.json') }}
- name: Load Cache
uses: actions/cache@v4
with:
path: |
ui/node_modules
key: ${{ runner.os }}-node-test-${{ hashFiles('ui/package-lock.json') }}
- uses: actions/setup-node@v4
with:
version: '24'