From b6e3e36966c5266d0b1f66d25ce43436e2b19437 Mon Sep 17 00:00:00 2001 From: Tiji Mathew Date: Fri, 22 Nov 2024 10:19:37 -0500 Subject: [PATCH] tweaking scripts --- .github/workflows/dev-pytest.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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