Skip to content

Commit 281e45d

Browse files
committed
faster ci
1 parent 61260ca commit 281e45d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,21 @@ 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: ${{ steps.setup.outputs.database_name }}
52-
FIREBOLT_ENGINE_NAME: ${{ steps.setup.outputs.engine_name }}
51+
FIREBOLT_DATABASE: "petro_test"
52+
FIREBOLT_ENGINE_NAME: "petro_test"
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 }}

0 commit comments

Comments
 (0)