From 32c2f13489fc6b0ff3191df654f4d709ba89407d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sawicz=20=28Saviq=29?= Date: Tue, 29 Aug 2023 14:24:42 +0200 Subject: [PATCH] spread: add upterm step --- .github/workflows/spread.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/spread.yml b/.github/workflows/spread.yml index c0841d070d8..c78de37c6b7 100644 --- a/.github/workflows/spread.yml +++ b/.github/workflows/spread.yml @@ -112,7 +112,13 @@ jobs: echo "max_size = 800M" > ${CCACHE_DIR}/ccache.conf - name: Run Spread task - run: snap run spread-mir-ci.spread -v ${{ matrix.spread-task }} + run: snap run spread-mir-ci.spread -reuse -v ${{ matrix.spread-task }} - name: CCache stats run: cat ${CCACHE_DIR}/ccache.stats + + - if: ${{ failure() && runner.debug }} + name: Setup upterm session + uses: lhotari/action-upterm@v1 + with: + limit-access-to-actor: true