Skip to content

Commit

Permalink
add hosts mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Shayne Preston committed Nov 11, 2024
1 parent f278550 commit 927738d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
if [ "${{ github.event_name }}" == "schedule" ]; then
pnpm run test:e2e:test
else
sudo echo "127.0.0.1 local.example-test.com" | sudo tee -a /etc/hosts
pnpm run postinstall:setup-cert
pnpm run test:e2e:local
fi
Expand Down

0 comments on commit 927738d

Please sign in to comment.