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 <christoph@zededa.com>
  • Loading branch information
christoph-zededa committed Jun 10, 2024
1 parent d64e19e commit e36d711
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,12 +53,16 @@ jobs:
needs: determine-runner
runs-on: ${{ needs.determine-runner.outputs.runner }}
steps:
- uses: actions/checkout@v3
- name: Get code
uses: actions/checkout@v4.1.1
with:
repository: "lf-edge/eden"
ref: ${{ inputs.eden_version }}
path: "./eden"
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
- name: Run Smoke tests
uses: ./eden/.github/actions/run-eden-test
with:
Expand Down

0 comments on commit e36d711

Please sign in to comment.