Skip to content

Commit

Permalink
chore(workflows): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
giamir committed Mar 20, 2024
1 parent 7fad17e commit d653f8f
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 @@ -37,7 +37,7 @@ jobs:
run: npm ci

- name: Run unit tests
run: npm test:unit
run: npm run test:unit
e2e-test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d653f8f

Please sign in to comment.