Attempting to limit codereview spam while improving runner requirements

This commit is contained in:
Anton Hvornum 2024-05-14 18:04:33 +02:00
parent 5e526c4a78
commit c09f5705ba
No known key found for this signature in database
GPG Key ID: D4B58E897A929F2E
2 changed files with 3 additions and 7 deletions

8
.github/CODEOWNERS vendored
View File

@ -1,7 +1,3 @@
# As per https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#example-of-a-codeowners-file
* @Torxed
# Any PKGBUILD changes should tag grazzolini
/PKGBUILDs/ @grazzolini
/PKGBUILD @grazzolini
.github/* @Torxed
tests/qemu/* @Torxed

View File

@ -32,7 +32,7 @@ jobs:
- run: cp /usr/share/ovmf/x64/OVMF_VARS.fd ./tests/qemu/OVMF_VARS.fd
- run: rm -f -- ./tests/qemu/archtest.img
- run: qemu-img create -f qcow2 ./tests/qemu/archtest.img 10G
- run: tree
- run: tree -L 2
- run: cat .screenrc_test
- run: script -c "stty rows 24 && stty cols 80 && screen -c .screenrc_test"
- uses: actions/upload-artifact@v4