Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
philkra authored Jan 13, 2024
1 parent 873c91e commit 2c457fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@ jobs:
run: make test
env:
XATA_API_KEY: ${{ secrets.XATA_API_KEY }}
XATA_WORKSPACE_ID: ${{ secrets.XATA_WORKSPACE_ID }}
- name: Integration tests
run: make integration-test
env:
XATA_API_KEY: ${{ secrets.XATA_API_KEY }}
XATA_WORKSPACE_ID: ${{ secrets.XATA_WORKSPACE_ID }}
- name: Cleanup
run: make clean-workspaces
env:
XATA_API_KEY: ${{ secrets.XATA_API_KEY }}
XATA_WORKSPACE_ID: ${{ secrets.XATA_WORKSPACE_ID }}

0 comments on commit 2c457fa

Please sign in to comment.