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

This commit is contained in:
Smaug123
2025-09-09 08:36:38 +01:00
parent ea272a3a4e
commit 0f72ad3593

View File

@@ -6,11 +6,11 @@ steps:
# Lint
- "nix develop --command bash -c 'dotnet tool restore && ./hooks/pre-push'"
# Test
- nix develop --command dotnet -- test
- nix develop --command dotnet -- test --configuration Release
- nix develop --command dotnet test
- nix develop --command dotnet test --configuration Release
# Perform build
- "pushd RaftFable && nix develop --command npm -- install && popd"
- "pushd RaftFable && nix develop --command npm -- run-script build && popd"
- "pushd RaftFable && nix develop --command npm install && popd"
- "pushd RaftFable && nix develop --command npm run-script build && popd"
when:
- event: "push"