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 a0a5de8 commit 1ca4033Copy full SHA for 1ca4033
.github/workflows/verify_pr.yml
@@ -19,8 +19,8 @@ jobs:
19
- name: Install dependencies
20
run: yarn --frozen-lockfile
21
- name: Run checks
22
- run: time yarn check:all
+ run: yarn check:all
23
- name: Ensure there are no uncommited changes
24
run: git diff --exit-code || (echo "Did you forget to run 'yarn check:all' and commit changes?" && exit 1)
25
- name: Run tests
26
- run: time yarn test:jest --maxWorkers=3
+ run: yarn test:jest --maxWorkers=3
0 commit comments