Skip to content

Commit

Permalink
fix ci command with run
Browse files Browse the repository at this point in the history
  • Loading branch information
JRJurman committed Aug 19, 2024
1 parent ef058ad commit ea66d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
run: npm install

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

0 comments on commit ea66d04

Please sign in to comment.