We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6022049 commit a91277fCopy full SHA for a91277f
.github/workflows/eden.yml
@@ -22,7 +22,6 @@ jobs:
22
matrix:
23
tpm: ["true", "false"]
24
fs: ["zfs", "ext4"]
25
- if: ${{ github.event.review.state == 'approved' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags') }}
26
steps:
27
- name: Check
28
run: |
@@ -111,6 +110,9 @@ jobs:
111
110
./eden setup -v debug --grub-options='set_global dom0_extra_args "$dom0_extra_args eve_install_zfs_with_raid_level "'
112
- name: run
113
run: EDEN_TEST_STOP=n ./eden test ${{ github.workspace }}/eve/tests/eden/workflow -v debug
+ - name: Setup tmate session
114
+ if: ${{ failure() }}
115
+ uses: mxschmitt/action-tmate@v3
116
- name: Collect logs
117
if: ${{ always() }}
118
0 commit comments