Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 3 additions & 4 deletions .github/actions/podman-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ description: "Sets up Podman"
runs:
using: "composite"
steps:
- name: Install Podman
uses: redhat-actions/podman-install@5bc2ecc87c737059124c295845be51ee7297fb89
with:
ubuntu-repository: questing
- name: Verify Podman
shell: bash
run: podman --version

- name: Configure Podman
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ jobs:
- compile
strategy:
fail-fast: false
max-parallel: 20
matrix:
module: ${{ fromJSON(needs.detect-modules.outputs.modules) }}
node-version: [22.x, 24.x]
Expand Down
Loading