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 02e20d8 commit 4184af3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dev-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,9 @@ jobs:
id: pytest
run: |
pytest
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
chmod 744 testSchemchange.sh
. ./testSchemachange.sh

0 comments on commit 4184af3

Please sign in to comment.