Attempting to grab artifact from build job

This commit is contained in:
Anton Hvornum 2024-05-14 13:19:52 +02:00
parent adaef17735
commit 5c02fdbd64
No known key found for this signature in database
GPG Key ID: D4B58E897A929F2E
1 changed files with 15 additions and 5 deletions

View File

@ -3,6 +3,11 @@
name: Runs Qemu test case pci_emulation
on:
workflow_run:
workflows: ["Build Arch ISO with ArchInstall Commit"]
branches: [main, test-cases]
types:
- completed
push:
branches:
- master
@ -24,10 +29,15 @@ jobs:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@master
with:
name: Arch Live ISO
path: /tmp/archlive/out/*.iso
- run: cd tests/qemu
- run: echo '' > serial.log
- run: pwd
- run: tree
- run: whoami
# - uses: actions/upload-artifact@v4
# with:
# name: Arch Live ISO
# path: /tmp/archlive/out/*.iso
- uses: actions/upload-artifact@v4
with:
name: archtest-pci_emulation
path: ./demo.cast