Skip to content

Commit 79ef584

Browse files
2 parents d363741 + a0ad0c8 commit 79ef584

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.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)