We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d363741 + a0ad0c8 commit 79ef584Copy full SHA for 79ef584
1 file changed
.github/workflows/checkly.yml
@@ -23,10 +23,8 @@ jobs:
23
- name: Install dependencies
24
if: steps.cache-node-modules.outputs.cache-hit != 'true'
25
run: npm ci
26
- - name: Install Checkly CLI
27
- run: npm install -g checkly
28
- name: Run Checkly Checks
29
- run: checkly test --config checkly.config.ts
+ run: npx checkly test --config checkly.config.ts
30
env:
31
CHECKLY_API_KEY: ${{ secrets.CHECKLY_API_KEY }}
32
CHECKLY_ACCOUNT_ID: ${{ secrets.CHECKLY_ACCOUNT_ID }}
0 commit comments