diff --git a/.github/workflows/integration_testing.yml b/.github/workflows/integration_testing.yml index ee68d06..0ef6ba6 100644 --- a/.github/workflows/integration_testing.yml +++ b/.github/workflows/integration_testing.yml @@ -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