Skip to content

Commit a91277f

Browse files
committed
Add tmate
Signed-off-by: Milan Lenco <milan@zededa.com>
1 parent 6022049 commit a91277f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/eden.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
matrix:
2323
tpm: ["true", "false"]
2424
fs: ["zfs", "ext4"]
25-
if: ${{ github.event.review.state == 'approved' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') }}
2625
steps:
2726
- name: Check
2827
run: |
@@ -111,6 +110,9 @@ jobs:
111110
./eden setup -v debug --grub-options='set_global dom0_extra_args "$dom0_extra_args eve_install_zfs_with_raid_level "'
112111
- name: run
113112
run: EDEN_TEST_STOP=n ./eden test ${{ github.workspace }}/eve/tests/eden/workflow -v debug
113+
- name: Setup tmate session
114+
if: ${{ failure() }}
115+
uses: mxschmitt/action-tmate@v3
114116
- name: Collect logs
115117
if: ${{ always() }}
116118
run: |

0 commit comments

Comments
 (0)