Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Enable broadcasting and discovery of locally #162

Enable broadcasting and discovery of locally

Enable broadcasting and discovery of locally #162

Workflow file for this run

name: "Test"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm"
- uses: cachix/cachix-action@v12
with:
name: rosuavio-personal
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix-shell --run "echo OK"
- run: nix-build -A vm
- run: nix-build test