Skip to content

Commit

Permalink
Fix docker-build job in PR checks
Browse files Browse the repository at this point in the history
Signed-off-by: Nicko Guyer <[email protected]>
  • Loading branch information
nguyer committed Mar 1, 2024
1 parent 5d63068 commit fa0acce
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
path: "ethconnect"
- uses: actions/checkout@v4
with:
repository: kaleido-io/ethbinding
path: "ethbinding"
- name: Build
run: |
docker build .
run: docker build .

0 comments on commit fa0acce

Please sign in to comment.