Skip to content

Commit

Permalink
fixup! unusual chars in macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Sep 25, 2024
1 parent f373235 commit 132b990
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
run: make run-ci -j$(getconf _NPROCESSORS_ONLN) V=1 TEST_CI_ARGS="-p actions --node-args='--test-reporter=spec' --node-args='--test-reporter-destination=stdout' --measure-flakiness 9"
- name: Re-run test in a folder whose name contains unusual chars
run: |
mv node 'dir%20with unusual"chars '"'"'åß∂ƒ©∆¬…`'
cd 'dir%20with unusual"chars '"'"'åß∂ƒ©∆¬…`'
mv node "$DIR"
cd "$DIR"
./tools/test.py --flaky-tests keep_retrying -p actions -j 4
env:
DIR: "dir%20with unusual\"chars 'åß∂ƒ©∆¬…`"

0 comments on commit 132b990

Please sign in to comment.