Skip to content

Commit

Permalink
Update ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yih-redhat authored Nov 14, 2024
1 parent 70b32ec commit 6c10783
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
fedora-40-bootc-qcow2:
runs-on: ubuntu-latest
container: quay.io/testing-farm/cli:v0.0.17-50fa044d

steps:
- name: Clone repository
Expand All @@ -18,8 +19,8 @@ jobs:

- name: Run the tests
run: |
sudo apt update
sudo apt install libkrb5-dev pkg-config libvirt-dev genisoimage qemu-kvm libvirt-daemon-system --fix-missing
pip install --user "tmt[provision]"
sudo systemctl start libvirtd
pwd
ls
cat /etc/os-release
testing-farm --help

0 comments on commit 6c10783

Please sign in to comment.