Making screen work in the gitlab runner

This commit is contained in:
Anton Hvornum 2024-05-14 14:46:21 +02:00
parent c1214e2ca0
commit 933d46631d
No known key found for this signature in database
GPG Key ID: D4B58E897A929F2E
2 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,7 @@ jobs:
name: Arch Live ISO
path: /tmp/archlive/out/*.iso
call-workflow-qemu-test:
name: call qemu testbench
needs: build
permissions:
contents: read

View File

@ -6,6 +6,7 @@ on:
jobs:
run-qemu:
name: qemu testbench
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
@ -30,6 +31,7 @@ jobs:
- run: pwd
- run: tree
- run: cat .screenrc_test
- run: script /dev/null
- run: screen -c .screenrc_test
- uses: actions/upload-artifact@v4
with: