Skip to content

Commit

Permalink
Use 127.0.0.1 instead of localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
sealer3 committed Nov 20, 2023
1 parent 84a7f76 commit 2bff1ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/end-to-end.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,10 @@ jobs:
make erigon
- name: Run tests from local Erigon devnet
run: |
npm start &
VITE_CONFIG_JSON='{
"erigonURL": "http://127.0.0.1:8545",
"assetsURLPrefix": "http://127.0.0.1:5175"
}' npm start &
./erigon/build/bin/erigon --chain=dev --datadir=dev --http.api eth,erigon,trace,ots,ots2 --http.corsdomain "*" --http.vhosts "*" --mine --fakepow &
sleep 10
npx cypress run --spec "cypress/e2e/devnet/**/*.cy.ts,cypress/e2e/*.cy.ts" ${{ needs.check-secrets.outputs.e2e-cypress-record-key == 'true' && '--record --tag devnet' || '' }}
Expand Down

0 comments on commit 2bff1ef

Please sign in to comment.