From 3b659241b7ddd9fd875e890cb1fab96e2fad864f Mon Sep 17 00:00:00 2001 From: Tiji Mathew Date: Fri, 22 Nov 2024 10:42:06 -0500 Subject: [PATCH] testing scripts --- .github/workflows/dev-pytest.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dev-pytest.yml b/.github/workflows/dev-pytest.yml index c200bc2..5a5d2bd 100644 --- a/.github/workflows/dev-pytest.yml +++ b/.github/workflows/dev-pytest.yml @@ -62,4 +62,7 @@ jobs: pwd # Testing Schemachange demo projects - name: Test Schemachange on ${{ matrix.os }} targeting ${{ env.SNOWFLAKE_DATABASE }}.${{ env.MY_TARGET_SCHEMA }} schema - run: testSchemachange.sh \ No newline at end of file + run: | + pwd + ls -ltr + # ../testSchemachange.sh \ No newline at end of file