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 b3e84b8 commit 9218607
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dev-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: dev-pytest
defaults:
run:
shell: bash
working-directory: .

on:
workflow_dispatch:
Expand Down Expand Up @@ -61,6 +62,7 @@ jobs:
# Testing Schemachange demo projects
- name: Test Schemachange on ${{ matrix.os }} targeting ${{ env.SNOWFLAKE_DATABASE }}.${{ env.MY_TARGET_SCHEMA }} schema
run: |
pwd
echo "Current Directory: ${PWD}"
ls -l
chmod 744 testSchemchange.sh
/home/runner/work/schemachange/schemachange/testSchemachange.sh
testSchemachange.sh

0 comments on commit 9218607

Please sign in to comment.