We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c54d6d commit ca241e7Copy full SHA for ca241e7
1 file changed
.github/workflows/tests.yml
@@ -22,10 +22,9 @@ jobs:
22
version: 43
23
- name: current
24
version: 44
25
- # Enable this when we get osbuild rpm builds for Fedora 44
26
- # - name: rawhide
27
- # version: rawhide
28
- # continue-on-error: true
+ - name: rawhide
+ version: rawhide
+ continue-on-error: true
29
fail-fast: false # if one fails, keep the other(s) running
30
name: "🛃 Unit tests (Fedora ${{ matrix.fedora_version.name }})"
31
runs-on: ubuntu-24.04
0 commit comments