From c6dd76e05ea949a227a8c3609aa644c496428a62 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Tue, 14 May 2024 12:53:59 +0200 Subject: [PATCH] Testing local runner --- .github/workflows/qemu-tests.yaml | 32 +++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/workflows/qemu-tests.yaml diff --git a/.github/workflows/qemu-tests.yaml b/.github/workflows/qemu-tests.yaml new file mode 100644 index 00000000..e9c1b2fb --- /dev/null +++ b/.github/workflows/qemu-tests.yaml @@ -0,0 +1,32 @@ +# This workflow will build an Arch Linux ISO file with the commit on it + +name: Runs Qemu test case pci_emulation + +on: + push: + branches: + - master + - main + pull_request: + paths-ignore: + - 'docs/**' + - '**.editorconfig' + - '**.gitignore' + - '**.md' + - 'LICENSE' + - 'PKGBUILD' + release: + types: + - created + +jobs: + build: + runs-on: self-hosted + steps: + - uses: actions/checkout@v4 + - run: pwd + - run: tree +# - uses: actions/upload-artifact@v4 +# with: +# name: Arch Live ISO +# path: /tmp/archlive/out/*.iso