ci: exports gopath manually

This commit is contained in:
Manuel Vogel 2020-11-11 10:51:02 +01:00
parent fd8eed9c13
commit 1413b1b481
No known key found for this signature in database
GPG key ID: 24E54F214569A8A5

View file

@ -15,7 +15,6 @@ on:
env:
GO_VERSION: "1.15"
GOPROXY: https://gocenter.io,https://proxy.golang.org,direct
GOPATH: "/go"
jobs:
test:
@ -28,6 +27,9 @@ jobs:
with:
go-version: '1.15'
- run: cat /etc/issue
- run: whoami
- run: mkdir -p $HOME/go
- run: export GOPATH="$HOME/go"
- run: bash scripts/gogetcookie.sh
- run: make website-test