Skip to content

Commit

Permalink
Update text
Browse files Browse the repository at this point in the history
  • Loading branch information
somnathb1 committed Oct 7, 2024
1 parent b195242 commit 56436fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-hive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
with:
go-version: '>=1.22'
go-version-file: 'hive/go.mod'
- name: get dependencies and build
- name: Get dependencies and build hive
run: |
cd hive
go get .
rm clients/erigon/Dockerfile
mv clients/erigon/Dockerfile.git clients/erigon/Dockerfile
go build .
- name: run hive
- name: Run hive
run: |
cd hive
go build .
Expand Down

0 comments on commit 56436fd

Please sign in to comment.