Skip to content

Commit b8a94d3

Browse files
committed
ci: pass correct args to the act test
1 parent 0ef0505 commit b8a94d3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/test-per-system.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ on:
1313
type: string
1414
oldest_installer_version:
1515
description: 'Oldest supported Nix installer version to test (e.g., nix-2.8.0)'
16-
required: true
16+
required: false
17+
default: 'nix-2.8.0'
1718
type: string
1819

1920
env:
@@ -94,4 +95,4 @@ jobs:
9495
with:
9596
nix_path: ${{ env.nixpkgs_channel }}
9697
install_url: https://releases.nixos.org/nix/${{ inputs.oldest_installer_version }}/install
97-
- run: nix-build tests/test-build.nix
98+
- run: nix-build tests/test-build.nix

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,5 @@ jobs:
6565
./bin/act push \
6666
-P ubuntu-latest=ghcr.io/catthehacker/ubuntu:js-24.04 \
6767
-j simple-build \
68-
--matrix os:ubuntu-latest
68+
--matrix runs-on:ubuntu-latest \
69+
--matrix system:x86_64-linux

0 commit comments

Comments
 (0)