Making screen work in the gitlab runner
This commit is contained in:
parent
c1214e2ca0
commit
933d46631d
|
|
@ -38,6 +38,7 @@ jobs:
|
||||||
name: Arch Live ISO
|
name: Arch Live ISO
|
||||||
path: /tmp/archlive/out/*.iso
|
path: /tmp/archlive/out/*.iso
|
||||||
call-workflow-qemu-test:
|
call-workflow-qemu-test:
|
||||||
|
name: call qemu testbench
|
||||||
needs: build
|
needs: build
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-qemu:
|
run-qemu:
|
||||||
|
name: qemu testbench
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
@ -30,6 +31,7 @@ jobs:
|
||||||
- run: pwd
|
- run: pwd
|
||||||
- run: tree
|
- run: tree
|
||||||
- run: cat .screenrc_test
|
- run: cat .screenrc_test
|
||||||
|
- run: script /dev/null
|
||||||
- run: screen -c .screenrc_test
|
- run: screen -c .screenrc_test
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue