Skip to content

Commit

Permalink
Update .gitignore && add dockerApps.evaluation-test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed Aug 10, 2023
1 parent 4939cab commit 6f0564d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ docker/
Makefile
*.sqlite
react-web/node_modules/
.pre-commit-config.yaml
*.ignore.*
todo.txt
2 changes: 1 addition & 1 deletion nix/ci.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

{
includedPaths = [
"dockerApps.evaluation-test"
"apps.dockerApps.evaluation-test"
];
}

0 comments on commit 6f0564d

Please sign in to comment.