mirror of
https://github.com/gogrlx/snack.git
synced 2026-04-16 19:45:02 -07:00
fix(ci): fix integration test failures across distros
- apk: Info test uses busybox (pre-installed) instead of curl (not installed) - apk: LatestVersion test uses tree (installed during test) - dpkg: Owner test uses /usr/bin/bash (not /bin/bash symlink) - flatpak: List test checks both Name and Application ID fields - dnf: pin Fedora to 41 (dnf4); dnf5 has incompatible output format
This commit is contained in:
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
@@ -55,7 +55,7 @@ jobs:
|
||||
fedora:
|
||||
name: Fedora (dnf)
|
||||
runs-on: ubuntu-latest
|
||||
container: fedora:latest
|
||||
container: fedora:41 # pin to dnf4; dnf5 (fedora 42+) has different output format
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
|
||||
Reference in New Issue
Block a user