Skip to content

Commit 1c336ad

Browse files
committed
fixup! fix workflow files
1 parent 48774d3 commit 1c336ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ jobs:
6161
cd "$DIR"
6262
./tools/test.py --flaky-tests keep_retrying -p actions -j 4
6363
env:
64-
DIR: dir%20with unusual\"chars$'åß∂ƒ©∆¬…`
64+
DIR: dir%20with $unusual"chars?'åß∂ƒ©∆¬…`

.github/workflows/test-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ jobs:
9292
cd "$DIR"
9393
./tools/test.py --flaky-tests keep_retrying -p actions -j 4
9494
env:
95-
DIR: dir%20with unusual\"chars 'åß∂ƒ©∆¬…`
95+
DIR: dir%20with $unusual"chars?'åß∂ƒ©∆¬…`

0 commit comments

Comments
 (0)