Skip to content

Commit

Permalink
add setup envs
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Tingajkin <denis.tingajkin@xored.com>
  • Loading branch information
denis-tingaikin committed Oct 28, 2020
1 parent e9d78ad commit 930a397
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ jobs:
with:
go-version: 1.15
github-token: ${{ github.token }}
- name: setup env
run: |
echo "::set-env name=GOPATH::$(dirname $GITHUB_WORKSPACE)"
echo "::add-path::$(dirname $GITHUB_WORKSPACE)/bin"
- name: Get cloudtest
run: go get github.com/networkservicemesh/cloudtest@master
- name: Get kind
Expand Down

0 comments on commit 930a397

Please sign in to comment.