Fix pipeline
This commit is contained in:
@@ -8,15 +8,15 @@
|
|||||||
# Lint
|
# Lint
|
||||||
"nix flake check",
|
"nix flake check",
|
||||||
# Test
|
# Test
|
||||||
"- nix build",
|
"nix build",
|
||||||
"- nix run . -- --help",
|
"nix run . -- --help",
|
||||||
"- nix run . -- auth --help",
|
"nix run . -- auth --help",
|
||||||
"- nix run . -- lookup-gym --help",
|
"nix run . -- lookup-gym --help",
|
||||||
"- nix run . -- fullness --help",
|
"nix run . -- fullness --help",
|
||||||
"- nix run . -- activity --help",
|
"nix run . -- activity --help",
|
||||||
"- nix develop --command markdown-link-check README.md",
|
"nix develop --command markdown-link-check README.md",
|
||||||
"- nix develop --command dotnet test",
|
"nix develop --command dotnet test",
|
||||||
"- nix develop --command dotnet test --configuration Release"
|
"nix develop --command dotnet test --configuration Release"
|
||||||
],
|
],
|
||||||
"when": [
|
"when": [
|
||||||
{ "event": "push", "evaluate": "CI_COMMIT_BRANCH == CI_REPO_DEFAULT_BRANCH" },
|
{ "event": "push", "evaluate": "CI_COMMIT_BRANCH == CI_REPO_DEFAULT_BRANCH" },
|
||||||
|
Reference in New Issue
Block a user