Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tharropoulos committed Jan 16, 2025
1 parent 6e0ba03 commit 5d9fb36
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 @@ -46,7 +46,7 @@ jobs:
run: npm run build

- name: Run tests
- run: npm test -- --ci --color
run: npm test -- --ci --color

- uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit 5d9fb36

Please sign in to comment.