mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-11-06 23:49:13 +00:00
ci: pass correct args to the act test
This commit is contained in:
parent
0ef05056da
commit
b8a94d3614
2 changed files with 5 additions and 3 deletions
5
.github/workflows/test-per-system.yml
vendored
5
.github/workflows/test-per-system.yml
vendored
|
|
@ -13,7 +13,8 @@ on:
|
|||
type: string
|
||||
oldest_installer_version:
|
||||
description: 'Oldest supported Nix installer version to test (e.g., nix-2.8.0)'
|
||||
required: true
|
||||
required: false
|
||||
default: 'nix-2.8.0'
|
||||
type: string
|
||||
|
||||
env:
|
||||
|
|
@ -94,4 +95,4 @@ jobs:
|
|||
with:
|
||||
nix_path: ${{ env.nixpkgs_channel }}
|
||||
install_url: https://releases.nixos.org/nix/${{ inputs.oldest_installer_version }}/install
|
||||
- run: nix-build tests/test-build.nix
|
||||
- run: nix-build tests/test-build.nix
|
||||
|
|
|
|||
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -65,4 +65,5 @@ jobs:
|
|||
./bin/act push \
|
||||
-P ubuntu-latest=ghcr.io/catthehacker/ubuntu:js-24.04 \
|
||||
-j simple-build \
|
||||
--matrix os:ubuntu-latest
|
||||
--matrix runs-on:ubuntu-latest \
|
||||
--matrix system:x86_64-linux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue