Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
fix: missing double dash in ci command
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcaidev committed Sep 1, 2024
1 parent 8069921 commit b78c5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
run: pnpm commitlint --last

- name: Run tests
run: pnpm test --coverage
run: pnpm test -- --coverage

0 comments on commit b78c5fb

Please sign in to comment.