Skip to content

Commit

Permalink
update workflow: change bundler-spec-tests commit hash & disable p2p …
Browse files Browse the repository at this point in the history
…tests for now
  • Loading branch information
0xSulpiride committed Nov 24, 2023
1 parent a38fc43 commit c0c89b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bundler-spec-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: eth-infinitism/bundler-spec-tests
ref: 5b611d592fc55004d1e50fe18da6824206f1b72c
ref: f01eb0f44287b981a953a742a42bcd6a719c8812
path: ./bundler-spec-tests
submodules: true

Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:

- name: Run tests
working-directory: ./bundler-spec-tests
run: pdm run pytest -rA -W ignore::DeprecationWarning --url http://127.0.0.1:14337/rpc/ --entry-point 0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789 --ethereum-node http://localhost:8545
run: pdm run pytest -rA -W ignore::DeprecationWarning --url http://127.0.0.1:14337/rpc/ --entry-point 0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789 --ethereum-node http://localhost:8545 -k "not p2p"

- name: Send Slack notification
uses: ravsamhq/notify-slack-action@v2
Expand Down

0 comments on commit c0c89b6

Please sign in to comment.