Skip to content

Commit

Permalink
chore(playwright): remove redundant action code
Browse files Browse the repository at this point in the history
  • Loading branch information
Shayne Preston committed Nov 20, 2024
1 parent 8c33136 commit aaa52ca
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,11 @@ jobs:
ABORT_DELAY: 5000
APP_NAME: Example App
run: |
sudo echo "127.0.0.1 local.shaynepreston.com" | sudo tee -a /etc/hosts
pnpm run postinstall:setup-cert
if [ "${{ github.event_name }}" == "schedule" ]; then
sudo echo "127.0.0.1 local.shaynepreston.com" | sudo tee -a /etc/hosts
pnpm run postinstall:setup-cert
# ---- #
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 aaa52ca

Please sign in to comment.