Attempted to fix test workflow not being restored

This commit is contained in:
2024-11-24 12:43:41 +01:00
parent 85031de3c2
commit b7eca1937c

View File

@@ -21,7 +21,7 @@ build:
test: test:
stage: test stage: test
script: script:
- dotnet test --no-restore --verbosity normal - dotnet test --verbosity normal
publish: publish:
stage: publish stage: publish