We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unit-tests
1 parent c9c99fc commit 50935f5Copy full SHA for 50935f5
1 file changed
.github/workflows/pr-checks.yml
@@ -55,17 +55,20 @@ jobs:
55
run: .github/workflows/script/check-js.sh
56
57
- name: Verify PR checks up to date
58
+ if: always()
59
run: .github/workflows/script/verify-pr-checks.sh
60
61
- name: Run unit tests
62
63
run: npm test
64
65
- name: Run pr-checks tests
66
67
working-directory: pr-checks
68
run: python -m unittest discover
69
70
- name: Lint
- if: matrix.os != 'windows-latest'
71
+ if: always() && matrix.os != 'windows-latest'
72
run: npm run lint-ci
73
74
- name: Upload sarif
0 commit comments