mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 00:02:25 +00:00
ci.yml: Add another platform for tests, ubuntu-latest --no-daemon
This commit is contained in:
parent
b89eca9aec
commit
91ce0c54cb
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -14,6 +14,10 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
install_options: [""]
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
install_options: "--no-daemon"
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
@ -22,6 +26,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- uses: cachix/install-nix-action@V27
|
||||
with:
|
||||
install_options: ${{ matrix.install_options }}
|
||||
# The sandbox would otherwise be disabled by default on Darwin
|
||||
extra_nix_config: "sandbox = true"
|
||||
- run: echo CACHIX_NAME="$(echo $GITHUB_REPOSITORY-install-tests | tr "[A-Z]/" "[a-z]-")" >> $GITHUB_ENV
|
||||
|
Loading…
Reference in New Issue
Block a user