1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

ci.yml: Add another platform for tests, ubuntu-latest --no-daemon

This commit is contained in:
Noam Yorav-Raphael 2024-09-01 19:34:11 +03:00
parent b89eca9aec
commit 91ce0c54cb

View file

@ -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