Skip to content

Commit

Permalink
pr-post fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
detiber committed Jul 29, 2021
1 parent dc389b6 commit d3fc653
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr-post.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:
var fs = require('fs');
fs.writeFileSync('${{github.workspace}}/e2e-artifacts.zip', Buffer.from(download.data));
- run: unzip e2e-artifacts.zip
- name: Display structure of downloaded files
run: ls -R
- name: Load image
run: |
docker load --input capp-e2e-image.tar
Expand All @@ -53,4 +51,4 @@ jobs:
# need to install ginkgo and use it to run the tests
run: |
chmod +x e2e.test
./e2e.test -e2e.artifacts-folder=artifacts -e2e.config=config/e2e-config.yaml -ginkgo.focus='\[Smoke Test\]' -ginkgo.progress -ginkgo.trace -ginkgo.v
./e2e.test -e2e.artifacts-folder=${PWD}/artifacts -e2e.config=config/e2e-config.yaml -ginkgo.focus='\[Smoke Test\]' -ginkgo.progress -ginkgo.trace -ginkgo.v

0 comments on commit d3fc653

Please sign in to comment.