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