Skip to content

Commit 56b1137

Browse files
ci(NoTicket): Make V1 nightlies generate a unique db name (#440)
1 parent 21ec406 commit 56b1137

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly-v1.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
firebolt-password: ${{ secrets.FIREBOLT_STG_PASSWORD }}
6464
api-endpoint: "api.staging.firebolt.io"
6565
region: "us-east-1"
66+
db_suffix: ${{ format('{0}_{1}', matrix.os, matrix.python-version) }}
6667

6768
- name: Run integration tests
6869
env:

0 commit comments

Comments
 (0)