Skip to content

Commit

Permalink
Introduced env vars for run integration tests step
Browse files Browse the repository at this point in the history
  • Loading branch information
a2xchip committed Jan 27, 2025
1 parent 92d9c9e commit 9808f79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ jobs:
uses: gradle/gradle-build-action@v2

- name: Run integration tests
env:
TURSO_TOKEN: ${{ secrets.TURSO_TOKEN }}
TURSO_ORGANIZATION: ${{ secrets.TURSO_ORGANIZATION }}
continue-on-error: false
run: ./gradlew integrationTest

0 comments on commit 9808f79

Please sign in to comment.