Skip to content

Commit b090a69

Browse files
fix(ci): run template test without nixci
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent 3e359c9 commit b090a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
nix run github:srid/nixci -- build
166166
167167
test-omnix-template:
168-
needs: [set-variables, nixci]
168+
needs: [set-variables]
169169
if: ${{ needs.set-variables.outputs.skip_ci != 'true' }}
170170
runs-on: ubuntu-latest
171171
concurrency:

0 commit comments

Comments
 (0)