Skip to content

Commit

Permalink
Merge 2780918 into a3cfef3
Browse files Browse the repository at this point in the history
  • Loading branch information
pbitty authored May 20, 2021
2 parents a3cfef3 + 2780918 commit 82dcbc9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:

build:
runs-on: ubuntu-latest
env:
GOOS: linux
GOARCH: amd64
steps:
- uses: actions/checkout@v2

Expand All @@ -20,3 +23,15 @@ jobs:

- name: Test
run: go test -mod=vendor -v ./...

- name: Build
run: go build -mod=vendor

- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Development Build"
files: |
affected

0 comments on commit 82dcbc9

Please sign in to comment.