Skip to content

Commit 46c6f6a

Browse files
fix(ci): add changed files to git test-omnix-template job
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent 9b3131f commit 46c6f6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,11 @@ jobs:
231231
232232
# Fix template names and set up environment
233233
nix run .#fix-template-names -- python-nix-template
234+
git add .
234235
235236
# Test that the project tests pass
236237
nix develop -c uv lock
238+
git add .
237239
nix develop -c pytest
238240
239241
test-python:

0 commit comments

Comments
 (0)