We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f39f32 commit a0ad0c8Copy full SHA for a0ad0c8
.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