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