From d8ed6d6a81d1d2f543d0cc3aca360cda3be56407 Mon Sep 17 00:00:00 2001 From: Tiji Mathew Date: Mon, 5 Aug 2024 16:33:53 -0400 Subject: [PATCH] porting changes from dev cicd to master cicd github actions file --- .github/workflows/master-pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master-pytest.yml b/.github/workflows/master-pytest.yml index d7cb0228..80ba7aa0 100644 --- a/.github/workflows/master-pytest.yml +++ b/.github/workflows/master-pytest.yml @@ -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: