Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit e2071f4

Browse files
authored
Merge pull request #275 from kubernetes-sigs/pr-post-fixups
🏃 Fix bugs with pr-post workflow
2 parents 809aba6 + e16637b commit e2071f4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pr-post.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939
var fs = require('fs');
4040
fs.writeFileSync('${{github.workspace}}/e2e-artifacts.zip', Buffer.from(download.data));
4141
- run: unzip e2e-artifacts.zip
42-
- name: Display structure of downloaded files
43-
run: ls -R
4442
- name: Load image
4543
run: |
4644
docker load --input capp-e2e-image.tar
@@ -53,4 +51,4 @@ jobs:
5351
# need to install ginkgo and use it to run the tests
5452
run: |
5553
chmod +x e2e.test
56-
./e2e.test -e2e.artifacts-folder=artifacts -e2e.config=config/e2e-config.yaml -ginkgo.focus='\[Smoke Test\]' -ginkgo.progress -ginkgo.trace -ginkgo.v
54+
./e2e.test -e2e.artifacts-folder=${PWD}/artifacts -e2e.config=config/e2e-config.yaml -ginkgo.focus='\[Smoke Test\]' -ginkgo.progress -ginkgo.trace -ginkgo.v

0 commit comments

Comments
 (0)