Skip to content

Commit

Permalink
try older win
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin committed Jul 19, 2024
1 parent dfa494a commit e8bb9eb
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/integration-tests-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false # finish all jobs even if one fails
max-parallel: 2
matrix:
os: ['windows-latest', 'ubuntu-latest']
os: ['windows-2019', 'ubuntu-latest']
python-version: ['3.8']
steps:
- name: Check out dbt-adapter code
Expand Down Expand Up @@ -46,23 +46,7 @@ jobs:
account: ${{ vars.FIREBOLT_ACCOUNT }}
api-endpoint: "api.staging.firebolt.io"


- name: Run Jaffle Shop test workflow (Windows)
if: matrix.os == 'windows-latest'
env:
USER_NAME: ${{ secrets.FIREBOLT_CLIENT_ID_STG_NEW_IDN }}
PASSWORD: ${{ secrets.FIREBOLT_CLIENT_SECRET_STG_NEW_IDN }}
DATABASE_NAME: ${{ steps.setup.outputs.database_name }}
ENGINE_NAME: ${{ steps.setup.outputs.engine_name }}
API_ENDPOINT: "api.staging.firebolt.io"
ACCOUNT_NAME: ${{ vars.FIREBOLT_ACCOUNT }}
DBT_PROFILES_DIR: "../dbt-firebolt/.github/workflows/jaffle_shop"
working-directory: jaffle-shop
run: |
../dbt-firebolt/.github/workflows/jaffle_shop/run_test_workflow.sh
- name: Run Jaffle Shop test workflow
if: matrix.os != 'windows-latest'
env:
USER_NAME: ${{ secrets.FIREBOLT_CLIENT_ID_STG_NEW_IDN }}
PASSWORD: ${{ secrets.FIREBOLT_CLIENT_SECRET_STG_NEW_IDN }}
Expand Down

0 comments on commit e8bb9eb

Please sign in to comment.