Skip to content

Commit

Permalink
remove test build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardo-gnosis committed Aug 28, 2024
1 parent e4fd639 commit 2e17887
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,6 @@ jobs:
with:
go-version: ${{ matrix.go-version }}

- name: Dependencies
shell: bash
run: make dependencies

- name: Install
shell: bash
run: make install

- name: Build
shell: bash
run: make build

- name: Push Latest
run: |
docker build . --tag ghcr.io/${{ steps.org_name.outputs.org_name }}/armiarma:latest
Expand Down

0 comments on commit 2e17887

Please sign in to comment.