We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef0505 commit b8a94d3Copy full SHA for b8a94d3
.github/workflows/test-per-system.yml
@@ -13,7 +13,8 @@ on:
13
type: string
14
oldest_installer_version:
15
description: 'Oldest supported Nix installer version to test (e.g., nix-2.8.0)'
16
- required: true
+ required: false
17
+ default: 'nix-2.8.0'
18
19
20
env:
@@ -94,4 +95,4 @@ jobs:
94
95
with:
96
nix_path: ${{ env.nixpkgs_channel }}
97
install_url: https://releases.nixos.org/nix/${{ inputs.oldest_installer_version }}/install
- - run: nix-build tests/test-build.nix
98
+ - run: nix-build tests/test-build.nix
.github/workflows/test.yml
@@ -65,4 +65,5 @@ jobs:
65
./bin/act push \
66
-P ubuntu-latest=ghcr.io/catthehacker/ubuntu:js-24.04 \
67
-j simple-build \
68
- --matrix os:ubuntu-latest
+ --matrix runs-on:ubuntu-latest \
69
+ --matrix system:x86_64-linux
0 commit comments