Skip to content

Commit

Permalink
fixing wrong commands in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavweber committed Sep 6, 2024
1 parent 5bc519b commit 2dcb356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:


- name: Install dependencies
run: yarn install
run: yarn

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

- name: Build
run: yarn build

0 comments on commit 2dcb356

Please sign in to comment.