From 67b8997af894d70b3afbeb72a3f640c01bdb89fe Mon Sep 17 00:00:00 2001 From: Sander Date: Mon, 4 Nov 2024 02:30:49 +0400 Subject: [PATCH] ci: remove rm opt --- .github/workflows/ci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f3ecb3e2..7da82024 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,7 +1,9 @@ name: "Build" + on: pull_request: push: + jobs: tests: strategy: @@ -15,8 +17,8 @@ jobs: with: name: pre-commit-hooks signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' - - run: rm -rf /opt& - run: nix-build --keep-going + tests-flakes: strategy: matrix: @@ -29,6 +31,5 @@ jobs: with: name: pre-commit-hooks signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' - - run: rm -rf /opt& - run: nix flake check -L --show-trace - run: nix eval .#lib.x86_64-linux.run --show-trace