Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit 5408be0

Browse files
authored
Switch compliance workflow to use develop branch of bundler spec test (#179)
1 parent 7147ff8 commit 5408be0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/compliance.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ jobs:
3131
- name: Checkout bundler spec test
3232
uses: actions/checkout@v3
3333
with:
34-
# TODO: Revert back to eth-infinitism/bundler-spec-tests once
35-
# https://github.com/eth-infinitism/bundler-spec-tests/pull/23 merged.
34+
# TODO: Revert back to eth-infinitism/bundler-spec-tests once PR #23 and #24 merged.
3635
repository: hazim-j/bundler-spec-tests
37-
ref: expires-too-soon-case
36+
ref: develop
3837
path: ./bundler-spec-tests
3938
submodules: true
4039

0 commit comments

Comments
 (0)