diff --git a/.github/workflows/end2end.yaml b/.github/workflows/end2end.yaml index c17533faab..0885f7247e 100644 --- a/.github/workflows/end2end.yaml +++ b/.github/workflows/end2end.yaml @@ -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: