Skip to content

oops#2

oops#2 #3

Workflow file for this run

name: End to End Test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
container:
image: fedora:43
steps:
- name: Install dependencies
run: dnf install -y isotovideo edk2-ovmf git
- uses: actions/checkout@v6
with:
submodules: true
- name: Install build dependencies
run: dnf builddep -y ci/readymade.spec
- name: Run tests
run: cd test && ./test.sh