ci(website): consolidates all cmds into 1

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

View file

@ -26,11 +26,12 @@ jobs:
- uses: actions/setup-go@v2
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
- run: |
cat /etc/issue
whoami
mkdir -p $HOME/go
echo $GOPATH
make website-test