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 a8cc556 commit fcd2269
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 @@ -38,7 +38,7 @@ jobs:
yarn install --frozen-lockfile && \
yarn compile && \
cd ../spec && \
git checkout 2351f17 && \
git checkout 2351f17 \
yarn install --frozen-lockfile && \
yarn build
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
run: |
cd @account-abstraction && \
git fetch --tags origin && \
git checkout 465f22310fcc639964e6ab5f8aa648770c6d8981 && \
git checkout v0.6.0 && \
yarn deploy --network localhost
- name: Fund bundler
Expand Down

0 comments on commit fcd2269

Please sign in to comment.