1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-10-18 00:16:11 -04:00

Compare commits

...

2 commits

Author SHA1 Message Date
Noam Yorav-Raphael cb3d831efb
Merge 91ce0c54cb into 30c4f5eb51 2024-10-12 18:01:21 +02:00
Noam Yorav-Raphael 91ce0c54cb ci.yml: Add another platform for tests, ubuntu-latest --no-daemon 2024-09-01 19:34:11 +03:00

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