Skip to content

Commit

Permalink
fixup! fix workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Sep 29, 2024
1 parent 48774d3 commit 1c336ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
cd "$DIR"
./tools/test.py --flaky-tests keep_retrying -p actions -j 4
env:
DIR: dir%20with unusual\"chars$'åß∂ƒ©∆¬…`
DIR: dir%20with $unusual"chars?'åß∂ƒ©∆¬…`
2 changes: 1 addition & 1 deletion .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ jobs:
cd "$DIR"
./tools/test.py --flaky-tests keep_retrying -p actions -j 4
env:
DIR: dir%20with unusual\"chars 'åß∂ƒ©∆¬…`
DIR: dir%20with $unusual"chars?'åß∂ƒ©∆¬…`

0 comments on commit 1c336ad

Please sign in to comment.