Skip to content

Commit

Permalink
wip: enable tmate on smoke tests
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Ostarek <[email protected]>
  • Loading branch information
christoph-zededa committed Jun 12, 2024
1 parent ea59fd8 commit c8a4b20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
needs: determine-runner
runs-on: ${{ needs.determine-runner.outputs.runner }}
steps:
- uses: actions/checkout@v3
- name: Get code
uses: actions/[email protected]
with:
Expand All @@ -68,6 +69,9 @@ jobs:
eve_image: ${{ inputs.eve_image }}
eve_artifact_name: ${{ inputs.eve_artifact_name }}
artifact_run_id: ${{ inputs.artifact_run_id }}
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3

networking:
name: Networking test suite
Expand Down

0 comments on commit c8a4b20

Please sign in to comment.