Skip to content

Commit

Permalink
update to actions/checkout@v2 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Kalinin committed Sep 17, 2020
1 parent 298bbf1 commit 9db1ffb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ jobs:
with:
go-version: "1.13"
- name: Check out code into the Go module directory
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
path: src/github.com/k14s/kapp
- name: Run Tests
run: |
set -e -x
export GOPATH=$(echo `pwd`/../../../../)
export GOPATH=$(pwd)
cd src/github.com/k14s/kapp
# Install ytt for build
mkdir -p /tmp/bin
Expand Down

0 comments on commit 9db1ffb

Please sign in to comment.