Skip to content

Commit

Permalink
spread: add upterm step
Browse files Browse the repository at this point in the history
  • Loading branch information
Saviq committed Aug 30, 2023
1 parent 989ad91 commit 32c2f13
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/spread.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 32c2f13

Please sign in to comment.