Skip to content

Commit

Permalink
feat(tests): output CI user's account info
Browse files Browse the repository at this point in the history
  • Loading branch information
sorccu committed Jan 24, 2025
1 parent 49263e5 commit 3f85545
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
- run: npm ci
- run: npm run prepack
- run: npm run test
- run: ./packages/cli/bin/run whoami | base64 | base64
env:
CHECKLY_ACCOUNT_NAME: ${{ secrets.E2E_CHECKLY_ACCOUNT_NAME }}
CHECKLY_ACCOUNT_ID: ${{ secrets.E2E_CHECKLY_ACCOUNT_ID }}
CHECKLY_API_KEY: ${{ secrets.E2E_CHECKLY_API_KEY }}
- run: npm run test:e2e
env:
CHECKLY_ACCOUNT_NAME: ${{ secrets.E2E_CHECKLY_ACCOUNT_NAME }}
Expand Down

0 comments on commit 3f85545

Please sign in to comment.