Skip to content

Commit

Permalink
testing scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-tmathew committed Nov 22, 2024
1 parent 3b65924 commit 02e20d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ jobs:
id: pytest
run: |
pytest
chmod 700 testSchemchange.sh
chmod 744 testSchemchange.sh
pwd
# Testing Schemachange demo projects
- name: Test Schemachange on ${{ matrix.os }} targeting ${{ env.SNOWFLAKE_DATABASE }}.${{ env.MY_TARGET_SCHEMA }} schema
run: |
pwd
ls -ltr
# ../testSchemachange.sh
./testSchemachange.sh

0 comments on commit 02e20d8

Please sign in to comment.