Skip to content

Commit 67b8997

Browse files
committed
ci: remove rm opt
1 parent cef5fff commit 67b8997

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: "Build"
2+
23
on:
34
pull_request:
45
push:
6+
57
jobs:
68
tests:
79
strategy:
@@ -15,8 +17,8 @@ jobs:
1517
with:
1618
name: pre-commit-hooks
1719
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
18-
- run: rm -rf /opt&
1920
- run: nix-build --keep-going
21+
2022
tests-flakes:
2123
strategy:
2224
matrix:
@@ -29,6 +31,5 @@ jobs:
2931
with:
3032
name: pre-commit-hooks
3133
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
32-
- run: rm -rf /opt&
3334
- run: nix flake check -L --show-trace
3435
- run: nix eval .#lib.x86_64-linux.run --show-trace

0 commit comments

Comments
 (0)