Skip to content

Commit

Permalink
Add GDS license
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-ince committed Dec 18, 2023
1 parent 33686f5 commit 286be28
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
project_id: ${{ vars.GCP_PROJECT }}
workload_identity_provider: ${{ vars.GCP_WORKLOAD_IDENTITY_PROVIDER }}
- name: run integration tests
run: poetry run pytest tests/integration
env:
gds_license: ${{ secrets.GDS_LICENSE }}
run: |
LICENSE_FILE=${{ runner.temp }}/license.tmp
echo "${gds_license}" > $LICENSE_FILE
GDS_LICENSE_FILE=$LICENSE_FILE poetry run pytest tests/integration
- name: build image
run: docker build . --platform linux/amd64 --file Dockerfile --tag neo4j-bigquery-connector:$(date +%s)

0 comments on commit 286be28

Please sign in to comment.