Skip to content

Commit

Permalink
removed binary build verification since its implicit as part of make …
Browse files Browse the repository at this point in the history
…image
  • Loading branch information
zephinzer committed Dec 23, 2023
1 parent 1cde80a commit b5539a5
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,28 +54,6 @@ jobs:
path: ./internal/docs
- name: Run tests
run: make test
build-binary:
runs-on: ubuntu-latest
needs: [setup]
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Initialise Go
uses: actions/setup-go@v4
with:
go-version: '>=1.20.0'
- name: Restore dependencies
uses: actions/cache/restore@v3
with:
key: dependencies
path: ./vendor
- name: Restore Swagger documentation
uses: actions/cache/restore@v3
with:
key: swagger-documentation
path: ./internal/docs
- name: Build binary
run: make binary
build-docker-image:
runs-on: ubuntu-latest
needs: [setup]
Expand Down

0 comments on commit b5539a5

Please sign in to comment.