We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6564db3 commit 3f31a07Copy full SHA for 3f31a07
.github/workflows/ci-cd.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Generate TLS certificates
36
run: pnpm mkcert
37
- name: Run integration tests
38
- run: pnpm ci
+ run: pnpm run ci
39
- uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949
40
name: Report code coverage
41
with:
0 commit comments