Skip to content

Commit

Permalink
test env instead of input
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin committed Jan 24, 2024
1 parent 9c284df commit 17ac658
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/integration-tests-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ jobs:
- name: Setup database and engine
id: setup
uses: firebolt-db/integration-testing-setup@v1
uses: firebolt-db/integration-testing-setup@fix-input-validation
env:
FIREBOLT_PASSWORD: ${{ secrets.FIREBOLT_STG_PASSWORD }}
with:
firebolt-username: ${{ secrets.FIREBOLT_STG_USERNAME }}
firebolt-password: '${{ secrets.FIREBOLT_STG_PASSWORD }}'
firebolt-password: ${{ secrets.FIREBOLT_STG_PASSWORD }}
api-endpoint: "api.${{ inputs.environment }}.firebolt.io"
region: "us-east-1"

Expand Down

0 comments on commit 17ac658

Please sign in to comment.