Skip to content

Commit

Permalink
Add Cuttly API keys to CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
3m1n3nc3 committed Sep 3, 2024
1 parent 70b7178 commit 566a70e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
run: ./vendor/bin/pest --coverage --ci
env:
XDEBUG_MODE: coverage
CUTTLY_API_KEY: ${{ secrets.CUTTLY_API_KEY }}
CUTTLY_TEAM_API_KEY: ${{ secrets.CUTTLY_TEAM_API_KEY }}

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit 566a70e

Please sign in to comment.