Fix pipeline
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/push/all-checks-complete Pipeline was successful
ci/woodpecker/pr/all-checks-complete Pipeline was successful

This commit is contained in:
Smaug123
2024-05-31 23:41:59 +01:00
parent 9f5ccc1579
commit 4fcc415da8

View File

@@ -8,15 +8,15 @@
# Lint
"nix flake check",
# Test
"- nix build",
"- nix run . -- --help",
"- nix run . -- auth --help",
"- nix run . -- lookup-gym --help",
"- nix run . -- fullness --help",
"- nix run . -- activity --help",
"- nix develop --command markdown-link-check README.md",
"- nix develop --command dotnet test",
"- nix develop --command dotnet test --configuration Release"
"nix build",
"nix run . -- --help",
"nix run . -- auth --help",
"nix run . -- lookup-gym --help",
"nix run . -- fullness --help",
"nix run . -- activity --help",
"nix develop --command markdown-link-check README.md",
"nix develop --command dotnet test",
"nix develop --command dotnet test --configuration Release"
],
"when": [
{ "event": "push", "evaluate": "CI_COMMIT_BRANCH == CI_REPO_DEFAULT_BRANCH" },