Skip to content

Commit

Permalink
Throw more macaroni to the wall
Browse files Browse the repository at this point in the history
in hope to fix firewall pop
based on suggestion: actions/runner-images#977 (comment)
  • Loading branch information
paulz authored Jun 4, 2020
1 parent 7ea7191 commit c0ed908
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
- name: Start HTTP mock server
run: |
sudo defaults write /Library/Preferences/com.apple.alf globalstate -int 0
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off
brew install coreutils
app=$(realpath $(which python))
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --add $app
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --unblockapp $app
cd UITests/mockHttpServer
python -m SimpleHTTPServer &
- name: Run UI Tests
Expand Down

0 comments on commit c0ed908

Please sign in to comment.