Skip to content

Commit

Permalink
fixing wrong command in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavweber committed Sep 6, 2024
1 parent 5bc519b commit a8b3cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: yarn install

- name: Test
run: yarn test --ci --coverage --maxWorkers=2
run: yarn test

- name: Build
run: yarn build

0 comments on commit a8b3cdb

Please sign in to comment.