mirror of
https://gitlab.com/TECHNOFAB/nixtest.git
synced 2025-12-11 17:50:11 +01:00
ci: remove flakeModule test job
This commit is contained in:
parent
006537e6ab
commit
3f1b6317b4
1 changed files with 1 additions and 12 deletions
13
flake.nix
13
flake.nix
|
|
@ -141,21 +141,10 @@
|
|||
ci = {
|
||||
stages = ["test" "build" "deploy"];
|
||||
jobs = {
|
||||
"test:flakeModule" = {
|
||||
stage = "test";
|
||||
script = [
|
||||
"nix run .#nixtests:run -- --junit=junit.xml"
|
||||
];
|
||||
allow_failure = true;
|
||||
artifacts = {
|
||||
when = "always";
|
||||
reports.junit = "junit.xml";
|
||||
};
|
||||
};
|
||||
"test:lib" = {
|
||||
stage = "test";
|
||||
script = [
|
||||
"nix run .#lib-tests -- --junit=junit.xml"
|
||||
"nix run .#tests -- --junit=junit.xml"
|
||||
];
|
||||
allow_failure = true;
|
||||
artifacts = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue