diff --git a/.github/workflows/dev-pytest.yml b/.github/workflows/dev-pytest.yml index a21c55d..1bcb711 100644 --- a/.github/workflows/dev-pytest.yml +++ b/.github/workflows/dev-pytest.yml @@ -3,7 +3,6 @@ name: dev-pytest defaults: run: shell: bash - working-directory: . on: workflow_dispatch: @@ -65,4 +64,5 @@ jobs: echo "Current Directory: ${PWD}" ls -l chmod 744 testSchemchange.sh - testSchemachange.sh \ No newline at end of file + testSchemachange.sh + working-directory: . \ No newline at end of file