Skip to content

Commit

Permalink
use delpoyer image
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh committed Oct 4, 2023
1 parent 247ac41 commit 7971590
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,23 +59,23 @@ jobs:
- run: "cd bundler-spec-tests && pdm install && pdm update-deps"
name: update submodules of bundler-spec-tests

# - run: ./runall.sh
# name: Run all tests.
- run: ./runall.sh
name: Run all tests.

# - name: Clone and update results repo
# run: ./update-results.sh out-results
- name: Clone and update results repo
run: ./update-results.sh out-results

# - name: Push update to results repo
# uses: cpina/github-action-push-to-another-repository@main
# env:
# SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
# API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
# with:
# source-directory: 'out-results'
# destination-github-username: 'eth-infinitism'
# destination-repository-name: 'bundler-test-results'
# user-email: [email protected]
# target-branch: master
- name: Push update to results repo
uses: cpina/github-action-push-to-another-repository@main
env:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source-directory: 'out-results'
destination-github-username: 'eth-infinitism'
destination-repository-name: 'bundler-test-results'
user-email: [email protected]
target-branch: master

# Allow one concurrent deployment
concurrency:
Expand Down
1 change: 1 addition & 0 deletions runbundler/runbundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ services:
condition: service_started

deployer:
image: accountabstraction/deployer:0.6
build: ./deployer
environment:
- ETH_RPC_URL=$ETH_RPC_URL
Expand Down

0 comments on commit 7971590

Please sign in to comment.