Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ jobs:
version: 41
- name: current
version: 42
- name: branched
version: 43
- name: rawhide
version: rawhide
continue-on-error: true
# Enable these when we get osbuild rpm builds for each distro version
# - name: branched
# version: 43
# - name: rawhide
# version: rawhide
# continue-on-error: true
fail-fast: false # if one fails, keep the other(s) running
name: "🛃 Unit tests (Fedora ${{ matrix.fedora_version.name }})"
runs-on: ubuntu-24.04
Expand Down
Loading