Skip to content

Commit

Permalink
Merge pull request #274 from Snowflake-Labs/porting_dev_cicd_fix_to_m…
Browse files Browse the repository at this point in the history
…aster

porting changes from dev cicd to master cicd github actions file
  • Loading branch information
sfc-gh-twhite authored Aug 5, 2024
2 parents 3b17eca + d8ed6d6 commit 65dc08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
SNOWFLAKE_ACCOUNT: ${{ secrets.SCHEMACHANGE_SNOWFLAKE_ACCOUNT }}
SNOWFLAKE_DATABASE: SCHEMACHANGE_DEMO
SNOWFLAKE_WAREHOUSE: SCHEMACHANGE_DEMO_WH
SNOWFLAKE_ROLE: '"SCHEMACHANGE_DEMO-DEPLOY"'
SNOWFLAKE_ROLE: SCHEMACHANGE_DEMO-DEPLOY
MY_TARGET_SCHEMA: ${{ matrix.scenario-name }}_${{ github.run_number }}_${{ strategy.job-index }}
SCENARIO_NAME: ${{ matrix.scenario-name }}
steps:
Expand Down

0 comments on commit 65dc08b

Please sign in to comment.