Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,14 @@ jobs:
- name: Download and Apply Patch
run: ./apply-patch.sh "${{ github.event.pull_request.head.sha }}" "${{ github.sha }}" add-sentry-to-alamofire

- name: Install Firewalk
run: brew install alamofire/alamofire/firewalk
- name: Download Firewalk
run: curl "https://github.com/Alamofire/Firewalk/releases/download/0.8.1/firewalk.zip" --output firewalk.zip -L

- name: Unzip Firewalk
run: Unzip "firewalk.zip"

- name: Start Firewalk
run: firewalk &
run: ./firewalk &

- name: Validate Firewalk is running
run: curl http://localhost:8080/
Expand Down