trying to fix CI
Some checks failed
Main Workflow / Test and Build (18.x) (push) Failing after 3m18s
Main Workflow / Test and Build (20.x) (push) Successful in 1m49s
Main Workflow / Security Audit (push) Successful in 1m9s
Main Workflow / Code Quality Check (push) Failing after 2m54s
Main Workflow / Build Release Artifacts (push) Has been skipped
Main Workflow / Notification (push) Failing after 25s
Some checks failed
Main Workflow / Test and Build (18.x) (push) Failing after 3m18s
Main Workflow / Test and Build (20.x) (push) Successful in 1m49s
Main Workflow / Security Audit (push) Successful in 1m9s
Main Workflow / Code Quality Check (push) Failing after 2m54s
Main Workflow / Build Release Artifacts (push) Has been skipped
Main Workflow / Notification (push) Failing after 25s
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:
|
||||||
name: coverage-reports
|
name: coverage-reports
|
||||||
@ -116,7 +116,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:
|
||||||
name: release-artifacts
|
name: release-artifacts
|
||||||
path: |
|
path: |
|
||||||
@ -151,7 +151,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:
|
||||||
name: lint-results
|
name: lint-results
|
||||||
|
Reference in New Issue
Block a user