Skip to content

Commit

Permalink
[ci] Fixes another typo in tests.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jacomyal committed Mar 7, 2024
1 parent b20b59e commit e829a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Check for linting errors
continue-on-error: true
run: npm lint
run: npm run lint

- name: Run all tests
run: npm run test
Expand Down

0 comments on commit e829a41

Please sign in to comment.