From 9ab568bee3b6ffe87fb6cb881c4b5d9e484efbff Mon Sep 17 00:00:00 2001 From: Tiji Mathew Date: Fri, 22 Nov 2024 12:36:35 -0500 Subject: [PATCH] testing --- .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 9972a29..419faad 100644 --- a/.github/workflows/dev-pytest.yml +++ b/.github/workflows/dev-pytest.yml @@ -62,5 +62,5 @@ jobs: - name: Test Schemachange on ${{ matrix.os }} targeting ${{ env.SNOWFLAKE_DATABASE }}.${{ env.MY_TARGET_SCHEMA }} schema run: | echo "Current Directory: ${PWD}" - chmod +x testSchemchange.sh + chmod +x testSchemachange.sh testSchemachange.sh \ No newline at end of file