Skip to content

Commit 1ca4033

Browse files
Revert "Debug"
This reverts commit aff10ea.
1 parent a0a5de8 commit 1ca4033

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- name: Install dependencies
2020
run: yarn --frozen-lockfile
2121
- name: Run checks
22-
run: time yarn check:all
22+
run: yarn check:all
2323
- name: Ensure there are no uncommited changes
2424
run: git diff --exit-code || (echo "Did you forget to run 'yarn check:all' and commit changes?" && exit 1)
2525
- name: Run tests
26-
run: time yarn test:jest --maxWorkers=3
26+
run: yarn test:jest --maxWorkers=3

0 commit comments

Comments
 (0)