Skip to content

Commit

Permalink
fix: wrong test command
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperLeerberg committed Aug 17, 2021
1 parent 30a98fb commit 0e4d69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: yarn build

- name: yarn unit test
run: yarn yarn unit
run: yarn unit

- name: yarn install production
run: yarn install --check-files --frozen-lockfile --production --force
Expand Down

0 comments on commit 0e4d69a

Please sign in to comment.