Skip to content

chore(devenv.nix): properly attach test dependencies (busted) as well #21

chore(devenv.nix): properly attach test dependencies (busted) as well

chore(devenv.nix): properly attach test dependencies (busted) as well #21

name: "Devenv-based Integration Test"
# This workflow attempts to install Neorg with a kickstart config on all major OSes.
# Uses Nix + devenv for convenience.
on:
push:
pull_request:
workflow_dispatch:
jobs:
integration-test:
runs-on: ${{ matrix.os.host }}
strategy:
matrix:
os:
- host: ubuntu-20.04
# - host: windows-2019
- host: macos-11 # x86_64
- host: macos-14 # aarch64
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v10
- uses: cachix/cachix-action@v14
with:
name: devenv
- name: Install devenv.sh
run: nix profile install nixpkgs#devenv
- name: Run test
run: devenv test