Skip to content

Commit

Permalink
Added OpenSUSE to the CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Feb 3, 2025
1 parent 31599ed commit 883f47b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/shunit2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,19 @@ jobs:
- name: Run tests
run: make test

opensuse:
runs-on: ubuntu-latest
container: opensuse/tumbleweed:latest
name: "Run tests on OpenSUSE"
steps:
- name: Install dependencies
run: zypper ref && zypper --non-interactive in tar gzip findutils wget shunit2
- uses: actions/checkout@v4
- name: Configure env
run: echo "SHUNIT2=$(command -v shunit2 2>/dev/null)" >> $GITHUB_ENV
- name: Run tests
run: make test

macos:
runs-on: macos-latest
name: "Run tests on macOS"
Expand Down

0 comments on commit 883f47b

Please sign in to comment.