Skip to content

Commit

Permalink
update hardcoded repo name in workflow (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhelfand authored Nov 13, 2020
1 parent c5162f2 commit b9ac545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
path: src/github.com/k14s/kapp
path: src/github.com/${{ github.repository }}
- name: Run Tests
run: |
set -e -x
export GOPATH=$(pwd)
cd src/github.com/k14s/kapp
cd src/github.com/${{ github.repository }}
# Install ytt for build
mkdir -p /tmp/bin
Expand Down

0 comments on commit b9ac545

Please sign in to comment.