Skip to content

Commit

Permalink
Attempt to workaround MacOS runner issue
Browse files Browse the repository at this point in the history
See actions/runner-images#10624 - runner version has broken PATH

Signed-off-by: Chad Wilson <[email protected]>
  • Loading branch information
chadlwilson committed Sep 17, 2024
1 parent 1fa33fc commit 05f3211
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,15 @@ jobs:
- name: Run tests (macos)
if: matrix.os == 'macos-latest'
run: |
sudo sed -i '' '/ export PATH;$/,+2d' ~/.bashrc
source ~/.bashrc
npm test
- name: Run compatibility tests (macos)
if: matrix.os == 'macos-latest'
run: |
sudo sed -i '' '/ export PATH;$/,+2d' ~/.bashrc
source ~/.bashrc
npm run compatibilityTest
- name: Run tests (windows)
Expand Down

0 comments on commit 05f3211

Please sign in to comment.