Skip to content

Commit

Permalink
Add missing debug steps in PRA job
Browse files Browse the repository at this point in the history
Issue: ZENKO-4856
  • Loading branch information
francoisferrand committed Aug 14, 2024
1 parent 83c6b31 commit 5e41a05
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/end2end.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,19 @@ jobs:
- name: Run CTST end to end tests
run: bash run-e2e-ctst.sh "" "" "" "" --tags @PRA
working-directory: ./.github/scripts/end2end
- name: Debug wait
uses: ./.github/actions/debug-wait
timeout-minutes: 60
- name: Upload results
if: "!cancelled() && env.TRUNK_TOKEN"
uses: trunk-io/analytics-uploader@main
with:
junit-paths: /artifacts/data/reports/*.xml
org-slug: ${{ github.repository_owner }}
token: ${{ env.TRUNK_TOKEN }}
env:
TRUNK_TOKEN: ${{ secrets.TRUNK_TOKEN }}
continue-on-error: true
- name: Archive artifact logs and data
uses: ./.github/actions/archive-artifacts
env:
Expand Down

0 comments on commit 5e41a05

Please sign in to comment.