Trying to fix CI
Some checks failed
Main Workflow / Security Audit (push) Successful in 3m43s
Main Workflow / Test and Build (20.x) (push) Successful in 5m28s
Main Workflow / Test and Build (18.x) (push) Failing after 6m41s
Main Workflow / Build Release Artifacts (push) Has been skipped
Main Workflow / Code Quality Check (push) Failing after 4m11s
Main Workflow / Notification (push) Failing after 1m8s
Some checks failed
Main Workflow / Security Audit (push) Successful in 3m43s
Main Workflow / Test and Build (20.x) (push) Successful in 5m28s
Main Workflow / Test and Build (18.x) (push) Failing after 6m41s
Main Workflow / Build Release Artifacts (push) Has been skipped
Main Workflow / Code Quality Check (push) Failing after 4m11s
Main Workflow / Notification (push) Failing after 1m8s
This commit is contained in:
@ -42,7 +42,7 @@ jobs:
|
|||||||
run: npm test -- --coverage --coverageReporters=lcov
|
run: npm test -- --coverage --coverageReporters=lcov
|
||||||
|
|
||||||
- name: Upload coverage reports
|
- name: Upload coverage reports
|
||||||
uses: https://github.com/actions/upload-artifact@v4
|
uses: https://github.com/actions/upload-artifact@v3
|
||||||
if: matrix.node-version == '18.x'
|
if: matrix.node-version == '18.x'
|
||||||
with:
|
with:
|
||||||
github-server-url: https://gitea.p-lao.com
|
github-server-url: https://gitea.p-lao.com
|
||||||
@ -117,7 +117,7 @@ jobs:
|
|||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
uses: https://github.com/actions/upload-artifact@v4
|
uses: https://github.com/actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
github-server-url: https://gitea.p-lao.com
|
github-server-url: https://gitea.p-lao.com
|
||||||
name: release-artifacts
|
name: release-artifacts
|
||||||
@ -153,7 +153,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Upload lint results
|
- name: Upload lint results
|
||||||
uses: https://github.com/actions/upload-artifact@v4
|
uses: https://github.com/actions/upload-artifact@v3
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
github-server-url: https://gitea.p-lao.com
|
github-server-url: https://gitea.p-lao.com
|
||||||
|
Reference in New Issue
Block a user