Skip to content

Commit

Permalink
setting working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-tmathew committed Nov 22, 2024
1 parent 9218607 commit adab2f5
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 @@ -3,7 +3,6 @@ name: dev-pytest
defaults:
run:
shell: bash
working-directory: .

on:
workflow_dispatch:
Expand Down Expand Up @@ -65,4 +64,5 @@ jobs:
echo "Current Directory: ${PWD}"
ls -l
chmod 744 testSchemchange.sh
testSchemachange.sh
testSchemachange.sh
working-directory: .

0 comments on commit adab2f5

Please sign in to comment.