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