Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSulpiride committed Nov 24, 2023
1 parent c0c89b6 commit a8cc556
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bundler-spec-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
yarn install --frozen-lockfile && \
yarn compile && \
cd ../spec && \
git checkout 2351f17 && \
yarn install --frozen-lockfile && \
yarn build
Expand Down Expand Up @@ -70,7 +71,7 @@ jobs:
run: |
cd @account-abstraction && \
git fetch --tags origin && \
git checkout v0.6.0 && \
git checkout 465f22310fcc639964e6ab5f8aa648770c6d8981 && \
yarn deploy --network localhost
- name: Fund bundler
Expand Down

0 comments on commit a8cc556

Please sign in to comment.