Skip to content

Commit 03788d6

Browse files
committed
chore: Fix log output script path in E2E workflow
- Corrected the script path from `./hack/gh-workflow-ci` to `./hack/gh-workflow-ci.sh` for the log output step. - Ensured the log output step always runs using `if: always()` to aid debugging failures. Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
1 parent 266c1c3 commit 03788d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,9 @@ jobs:
166166
./hack/gh-workflow-ci.sh collect_logs
167167
168168
- name: Show controllers/watcher logs with Snazy
169+
if: ${{ always() }}
169170
run: |
170-
./hack/gh-workflow-ci output-logs
171+
./hack/gh-workflow-ci.sh output_logs
171172
172173
- name: Upload artifacts
173174
if: ${{ always() }}

0 commit comments

Comments
 (0)