Skip to content

Commit

Permalink
Test 7
Browse files Browse the repository at this point in the history
  • Loading branch information
poschi3 committed Sep 16, 2023
1 parent b0eaadc commit df97198
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,12 @@ jobs:
with:
go-version: '1.11'

- name: Set vars
- name: Build
working-directory: ./maas-server
run: |
export GOBIN=$GOPATH/bin
export GOPATH=$HOME/go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
- name: Print vars
working-directory: ./maas-server
run: go env

- name: Get dependencies
working-directory: ./maas-server
run: go get ./...

- name: Build
working-directory: ./maas-server
run: go build
go env
go get ./...
go build

0 comments on commit df97198

Please sign in to comment.