Skip to content

Commit

Permalink
chore: correctly address env var in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed May 1, 2024
1 parent 661a8e2 commit 93d0738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
with:
credentials_json: ${{ secrets.JSON_SERVICE_ACCOUNT_CREDENTIALS }}
- name: Run integration tests
run: mvn verify -B -D clirr.skip=true -D it.test=ITNpgsqlTest -D skipITs=false -D skipUnits=true -D PG_ADAPTER_INSTANCE="$GOOGLE_CLOUD_INSTANCE" -D PG_ADAPTER_DATABASE="$GOOGLE_CLOUD_DATABASE"
run: mvn verify -B -D clirr.skip=true -D it.test=ITNpgsqlTest -D skipITs=false -D skipUnits=true -D PG_ADAPTER_INSTANCE=%GOOGLE_CLOUD_INSTANCE% -D PG_ADAPTER_DATABASE=%GOOGLE_CLOUD_DATABASE%

0 comments on commit 93d0738

Please sign in to comment.