diff --git a/.github/workflows/snapshotter.yaml b/.github/workflows/snapshotter.yaml index 22efea3fc50e..ef3f35624753 100644 --- a/.github/workflows/snapshotter.yaml +++ b/.github/workflows/snapshotter.yaml @@ -53,12 +53,6 @@ jobs: run: | brew install libvirt brew services start libvirt - - name: On Failure, launch debug session - uses: lhotari/action-upterm@v1 - if: ${{ failure() }} - with: - ## If no one connects after 5 minutes, shut down server. - wait-timeout-minutes: 5 - name: "Download Binary" uses: actions/download-artifact@v3 with: { name: k3s, path: dist/artifacts/ } @@ -83,3 +77,9 @@ jobs: run: vagrant provision --provision-with=k3s-status - name: "k3s-snapshots" # if no snapshots then we fail run: vagrant provision --provision-with=k3s-snapshots + - name: On Failure, launch debug session + uses: lhotari/action-upterm@v1 + if: ${{ failure() }} + with: + ## If no one connects after 5 minutes, shut down server. + wait-timeout-minutes: 5 \ No newline at end of file