Skip to content

Commit

Permalink
feat(actions): add go-build step
Browse files Browse the repository at this point in the history
Signed-off-by: Liam Stanley <[email protected]>
  • Loading branch information
lrstanley committed Apr 10, 2022
1 parent 2d24aaf commit ddf4d51
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@ jobs:
uses: lrstanley/.github/.github/workflows/lang-go-lint.yml@master
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
go-build:
needs: [go-test, go-lint]
uses: lrstanley/.github/.github/workflows/lang-go-release.yml@master
with:
has-ghcr: true
upload-artifacts: true
docker-test:
needs: [go-test, go-lint]
uses: lrstanley/.github/.github/workflows/docker-release.yml@master
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 comments on commit ddf4d51

Please sign in to comment.