Skip to content

Commit

Permalink
Merge pull request #17 from asteurer/actions
Browse files Browse the repository at this point in the history
fixing bug
  • Loading branch information
asteurer authored Jul 15, 2024
2 parents b08cebb + 46bfcca commit 61a458f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: install go
uses: actions/setup-go@v3
with:
go-version: "1.22"

- name: run unit tests
run: make test
- name: run unit tests
run: make test

build-on-push:
if: github.event_name == 'push'
Expand Down

0 comments on commit 61a458f

Please sign in to comment.