Skip to content

Commit 9cc947f

Browse files
committed
revert test changes
1 parent 30c460e commit 9cc947f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/integration-tests-v2.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,26 +35,26 @@ jobs:
3535
- name: Install dependencies
3636
run: npm install
3737

38-
# - name: Setup database and engine
39-
# id: setup
40-
# uses: firebolt-db/integration-testing-setup@v2
41-
# with:
42-
# firebolt-client-id: ${{ secrets.FIREBOLT_CLIENT_ID_STG_NEW_IDN }}
43-
# firebolt-client-secret: ${{ secrets.FIREBOLT_CLIENT_SECRET_STG_NEW_IDN }}
44-
# account: ${{ vars.FIREBOLT_ACCOUNT }}
45-
# api-endpoint: "api.staging.firebolt.io"
46-
# engine-version: ${{ inputs.engine-version }}
38+
- name: Setup database and engine
39+
id: setup
40+
uses: firebolt-db/integration-testing-setup@v2
41+
with:
42+
firebolt-client-id: ${{ secrets.FIREBOLT_CLIENT_ID_STG_NEW_IDN }}
43+
firebolt-client-secret: ${{ secrets.FIREBOLT_CLIENT_SECRET_STG_NEW_IDN }}
44+
account: ${{ vars.FIREBOLT_ACCOUNT }}
45+
api-endpoint: "api.staging.firebolt.io"
46+
engine-version: ${{ inputs.engine-version }}
4747

4848
- name: Run integration tests
4949
env:
5050
FIREBOLT_ACCOUNT: ${{ vars.FIREBOLT_ACCOUNT }}
51-
FIREBOLT_DATABASE: "petro_test"
52-
FIREBOLT_ENGINE_NAME: "petro_test"
51+
FIREBOLT_DATABASE: ${{ steps.setup.outputs.database_name }}
52+
FIREBOLT_ENGINE_NAME: ${{ steps.setup.outputs.engine_name }}
5353
FIREBOLT_API_ENDPOINT: "api.staging.firebolt.io"
5454
FIREBOLT_CLIENT_ID: ${{ secrets.FIREBOLT_CLIENT_ID_STG_NEW_IDN }}
5555
FIREBOLT_CLIENT_SECRET: ${{ secrets.FIREBOLT_CLIENT_SECRET_STG_NEW_IDN }}
5656
run: |
57-
npm run test:ci -- --testNamePattern="stream with different data types and memory management" integration/v2
57+
npm run test:ci integration/v2
5858
5959
# Need to pull the pages branch in order to fetch the previous runs
6060
- name: Get Allure history

0 commit comments

Comments
 (0)