Skip to content

Commit

Permalink
quote path
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromedockes committed Sep 21, 2023
1 parent 64d37f9 commit 3a93364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
env:
DEPS_VERSION: ${{ matrix.dependencies-version }}
- shell: bash {0}
run: ${{ github.workspace }}/build_tools/github/test.sh
run: "${{ github.workspace }}/build_tools/github/test.sh"
working-directory: ${{ runner.temp }}
name: 'Run tests'
- uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 3a93364

Please sign in to comment.