diff --git a/.github/workflows/dev-pytest.yml b/.github/workflows/dev-pytest.yml index 8153124..eb9f90e 100644 --- a/.github/workflows/dev-pytest.yml +++ b/.github/workflows/dev-pytest.yml @@ -60,4 +60,6 @@ jobs: pytest # Testing Schemachange demo projects - name: Test Schemachange on ${{ matrix.os }} targeting ${{ env.SNOWFLAKE_DATABASE }}.${{ env.MY_TARGET_SCHEMA }} schema - run: bash testSchemachange.sh \ No newline at end of file + run: | + chmod 700 testSchemchange + ./testSchemachange.sh \ No newline at end of file