We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b25c1 commit a63947dCopy full SHA for a63947d
.github/workflows/pull-request.yml
@@ -53,8 +53,8 @@ jobs:
53
- name: Integration Tests on a dedicated cluster
54
env:
55
XATA_WORKSPACE_ID: ${{ secrets.INTEGRATION_DC_TEST_WORKSPACE }}
56
- XATA_API_KEY: ${{ secrets.INTEGRATION_DC_TEST_API_KEY }}
57
- XATA_STATIC_DB_NAME: ${{ secrets.INTEGRATION_DC_TEST_API_KEY }}
+ XATA_API_KEY: ${{ secrets.INTEGRATION_TEST_API_KEY }}
+ XATA_STATIC_DB_NAME: ${{ secrets.INTEGRATION_DC_STATIC_DB_NAME }}
58
run: |
59
poetry run pytest -v --tb=short -W ignore::DeprecationWarning tests/integration-tests/
60
0 commit comments