Skip to content

Commit a0ad0c8

Browse files
Update checkly.yml
1 parent 4f39f32 commit a0ad0c8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/checkly.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ jobs:
2323
- name: Install dependencies
2424
if: steps.cache-node-modules.outputs.cache-hit != 'true'
2525
run: npm ci
26-
- name: Install Checkly CLI
27-
run: npm install -g checkly
2826
- name: Run Checkly Checks
29-
run: checkly test --config checkly.config.ts
27+
run: npx checkly test --config checkly.config.ts
3028
env:
3129
CHECKLY_API_KEY: ${{ secrets.CHECKLY_API_KEY }}
3230
CHECKLY_ACCOUNT_ID: ${{ secrets.CHECKLY_ACCOUNT_ID }}

0 commit comments

Comments
 (0)