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

Commit f2bf8e8

Browse files
authored
Rename compliance workflow (#161)
1 parent b432c99 commit f2bf8e8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/compliance.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Bundler compliance
1+
name: ERC-4337 compliance
22

33
on:
44
push:
@@ -66,7 +66,11 @@ jobs:
6666

6767
- name: Deploy ERC-4337 contracts
6868
working-directory: ./bundler-spec-tests
69-
run: cd @account-abstraction && yarn deploy --network localhost
69+
# TODO: Fix this hack. Have to run deploy twice due to flakiness.
70+
run: |
71+
cd @account-abstraction && \
72+
yarn deploy --network localhost && \
73+
yarn deploy --network localhost
7074
7175
- name: Fund bundler
7276
run: |

0 commit comments

Comments
 (0)