try actually using the correct option
Some checks failed
Backend Actions / check (push) Successful in 23s
Backend Actions / build (push) Successful in 29s
Backend Actions / test (push) Successful in 34s
Frontend Actions / check (push) Successful in 52s
Frontend Actions / build (push) Has been cancelled
Frontend Actions / test (push) Has been cancelled
Some checks failed
Backend Actions / check (push) Successful in 23s
Backend Actions / build (push) Successful in 29s
Backend Actions / test (push) Successful in 34s
Frontend Actions / check (push) Successful in 52s
Frontend Actions / build (push) Has been cancelled
Frontend Actions / test (push) Has been cancelled
This commit is contained in:
@ -16,10 +16,9 @@ jobs:
|
|||||||
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: https://gitea.com/actions/setup-node
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
version: '24'
|
node-version: '24'
|
||||||
- run: node --version
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Run Eslint
|
- name: Run Eslint
|
||||||
@ -43,7 +42,7 @@ jobs:
|
|||||||
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'
|
node-version: '24'
|
||||||
- run: node --version
|
- run: node --version
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
@ -65,7 +64,7 @@ jobs:
|
|||||||
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'
|
node-version: '24'
|
||||||
- run: node --version
|
- run: node --version
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|||||||
Reference in New Issue
Block a user