From 70165aaae001e7f120298408e658ac03c3e85bef Mon Sep 17 00:00:00 2001 From: willemml Date: Thu, 9 Nov 2023 16:57:15 -0800 Subject: [PATCH] Removes broken GitHub Actions workflow --- .github/workflows/test.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index c85a281..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -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 \ No newline at end of file