Skip to content

Commit

Permalink
ci: coverage for system ruby with package libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Sep 16, 2023
1 parent 7a12dd0 commit 1c9c63a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ jobs:
strategy:
fail-fast: false
matrix:
image: ["ubuntu", "ubuntu32"]
sys: ["enable"]
include:
- {image: ubuntu, sys: enable}
- {image: ubuntu, sys: disable}
- {image: ubuntu32, sys: enable}
runs-on: ubuntu-latest
container:
image: ghcr.io/sparklemotion/nokogiri-test:${{matrix.image}}
Expand Down

0 comments on commit 1c9c63a

Please sign in to comment.