From 4184af394444337a39ac27d696191edcff098861 Mon Sep 17 00:00:00 2001 From: Tiji Mathew Date: Fri, 22 Nov 2024 10:48:15 -0500 Subject: [PATCH] testing scripts --- .github/workflows/dev-pytest.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dev-pytest.yml b/.github/workflows/dev-pytest.yml index 6fc9c7c..6531495 100644 --- a/.github/workflows/dev-pytest.yml +++ b/.github/workflows/dev-pytest.yml @@ -58,11 +58,9 @@ jobs: id: pytest run: | pytest - 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 + chmod 744 testSchemchange.sh + . ./testSchemachange.sh \ No newline at end of file