Skip to content

Commit

Permalink
testing continues
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-tmathew committed Nov 22, 2024
1 parent 9ab568b commit e9b6918
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dev-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
bash testSchemachange.sh
working-directory: .

0 comments on commit e9b6918

Please sign in to comment.