From db43352b15a2f4e6d535ef487ec1c260ed907a77 Mon Sep 17 00:00:00 2001 From: Tiji Mathew Date: Fri, 22 Nov 2024 10:20:57 -0500 Subject: [PATCH] fix script --- .github/workflows/dev-pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-pytest.yml b/.github/workflows/dev-pytest.yml index eb9f90e..8de0724 100644 --- a/.github/workflows/dev-pytest.yml +++ b/.github/workflows/dev-pytest.yml @@ -61,5 +61,5 @@ jobs: # Testing Schemachange demo projects - name: Test Schemachange on ${{ matrix.os }} targeting ${{ env.SNOWFLAKE_DATABASE }}.${{ env.MY_TARGET_SCHEMA }} schema run: | - chmod 700 testSchemchange + chmod 700 testSchemchange.sh ./testSchemachange.sh \ No newline at end of file