Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
link1st committed Sep 11, 2019
1 parent 79f1cfb commit 046fcae
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,28 +28,15 @@ jobs:
ls
mkdir -vp go/{src/,bin/,pkg/}
mv go-stress-testing go/src/
export GOPATH=$(pwd)/go/
export GOPATH=$(pwd)/go
export GO111MODULE=off
cd go/src/go-stress-testing
pwd
ls
go env
echo $(go env GOPATH)
ls $(go env GOPATH)
echo $(go env GOPATH)/bin/
ls $(go env GOPATH)/bin/
# - name: Go PATH
# run: export PATH=$PATH:$(go env GOPATH)/bin/
- name: Get dependencies
run: |
go get -v -t -d ./...
if [ -f Gopkg.toml ]; then
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure
fi
- name: Go PATH
run: export PATH=$PATH:$(go env GOPATH)/bin/

- name: ls
run: |
Expand Down

0 comments on commit 046fcae

Please sign in to comment.