Skip to content

Commit

Permalink
fixup! ci: build devnet image
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstanley committed Jan 3, 2024
1 parent 5e8f246 commit 9c0b384
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,13 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'

- uses: depot/setup-action@v1
- name: Build devnet
- name: Build devnet and run Go tests
id: docker_build
uses: depot/bake-action@v1
with:
Expand All @@ -112,13 +117,6 @@ jobs:
project: ${{ vars.DEPOT_PROJECT }}
workdir: build
load: true

- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'

- name: Run Go tests
working-directory: ${{ github.workspace }}
run: go test ./...

Expand Down

0 comments on commit 9c0b384

Please sign in to comment.