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 21ec406 commit 56b1137Copy full SHA for 56b1137
1 file changed
.github/workflows/nightly-v1.yml
@@ -63,6 +63,7 @@ jobs:
63
firebolt-password: ${{ secrets.FIREBOLT_STG_PASSWORD }}
64
api-endpoint: "api.staging.firebolt.io"
65
region: "us-east-1"
66
+ db_suffix: ${{ format('{0}_{1}', matrix.os, matrix.python-version) }}
67
68
- name: Run integration tests
69
env:
0 commit comments