Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh committed Dec 14, 2021
1 parent 3cadee0 commit 606c4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo platform is ${PLATFORM}
# Build and run the ko binary, which should be runnable.
docker run $(go run ./ publish ./ --platform=${PLATFORM} --osversion=${OSVERSION} --preserve-import-paths) version
docker run $(go run ./ publish ./ --platform=${PLATFORM} --preserve-import-paths) version
# Build and run the test/ binary, which should log "Hello there" served from KO_DATA_PATH
testimg=$(go run ./ publish ./test --platform=${PLATFORM} --preserve-import-paths)
Expand Down

0 comments on commit 606c4c7

Please sign in to comment.