Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! test
Browse files Browse the repository at this point in the history
jacob-carlborg committed Dec 19, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent f1e67f5 commit 91a8a7d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -408,6 +408,12 @@ jobs:
with:
persist-credentials: false

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
detached: true
limit-access-to-actor: true

- name: Test
uses: ./
with:
@@ -417,4 +423,4 @@ jobs:
hypervisor: qemu
sync_files: false
shutdown_vm: false
run: true
run: sleep 120

0 comments on commit 91a8a7d

Please sign in to comment.