diff --git a/.github/workflows/dev-pytest.yml b/.github/workflows/dev-pytest.yml index 5a5d2bd..6fc9c7c 100644 --- a/.github/workflows/dev-pytest.yml +++ b/.github/workflows/dev-pytest.yml @@ -58,11 +58,11 @@ jobs: id: pytest run: | pytest - chmod 700 testSchemchange.sh + chmod 744 testSchemchange.sh pwd # Testing Schemachange demo projects - name: Test Schemachange on ${{ matrix.os }} targeting ${{ env.SNOWFLAKE_DATABASE }}.${{ env.MY_TARGET_SCHEMA }} schema run: | pwd ls -ltr - # ../testSchemachange.sh \ No newline at end of file + ./testSchemachange.sh \ No newline at end of file