We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b0ce87 commit 278cb3dCopy full SHA for 278cb3d
1 file changed
.github/workflows/pull_request_test.yml
@@ -18,6 +18,6 @@ jobs:
18
- name: Install Dependencies
19
run: npm ci
20
- name: Run Unit Tests for Changed Files Only
21
- run: npm run test:changed || true
+ run: npm run test:changed
22
- name: Run Lint
23
run: npm run lint
0 commit comments