Removes broken GitHub Actions workflow

This commit is contained in:
willemml 2023-11-09 16:57:15 -08:00
parent d2441fa33b
commit 70165aaae0
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD

View file

@ -1,19 +0,0 @@
name: "Test"
on:
pull_request:
push:
jobs:
tests:
runs-on:
- ubuntu-latest
- macos-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v12
with:
name: willemml
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix run .#home-build