Skip to content

Commit

Permalink
Adjust action (#813)
Browse files Browse the repository at this point in the history
* preparation for other pr

* install requirements in action
  • Loading branch information
fabianburth authored Jun 13, 2024
1 parent 6d61460 commit 6095c13
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lint_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: '${{ github.workspace }}/go.mod'
- name: Unit test
- name: Test
run: |
PATH=$PATH:$(go env GOPATH)/bin make build
PATH=$PATH:$(go env GOPATH)/bin make test
PATH=$PATH:$(go env GOPATH)/bin make build install-requirements test
lint:
name: Lint
Expand Down

0 comments on commit 6095c13

Please sign in to comment.