Skip to content

Commit

Permalink
chore: Fix CI command
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed May 7, 2024
1 parent 6564db3 commit 3f31a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Generate TLS certificates
run: pnpm mkcert
- name: Run integration tests
run: pnpm ci
run: pnpm run ci
- uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949
name: Report code coverage
with:
Expand Down

0 comments on commit 3f31a07

Please sign in to comment.