Skip to content
Open
Show file tree
Hide file tree
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
15 changes: 15 additions & 0 deletions .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,21 @@ jobs:
cancel-in-progress: false # Let tests complete rather than cancelling
if: github.event_name != 'workflow_dispatch' || github.event.inputs.targetPlatform == 'All' || github.event.inputs.targetPlatform == 'StandaloneOSX-Unity6'
steps:
- name: Check runner environment and firewall
run: |
echo "=== macOS version ==="
sw_vers
echo ""
echo "=== Firewall status ==="
/usr/libexec/ApplicationFirewall/socketfilterfw --getglobalstate
/usr/libexec/ApplicationFirewall/socketfilterfw --getallowsigned
/usr/libexec/ApplicationFirewall/socketfilterfw --getallowsignedapp
echo ""
echo "=== Firewall app allow list ==="
/usr/libexec/ApplicationFirewall/socketfilterfw --listapps
echo ""
echo "=== Port 13000 ==="
lsof -i :13000 2>/dev/null || echo "Port 13000 is free"
- name: Cleanup old builds
run: |
# Remove previous build to save space
Expand Down
16 changes: 9 additions & 7 deletions src/Packages/Passport/Runtime/Resources/index.html

Large diffs are not rendered by default.

Loading