fix: avoid building in parallel

Avoids "file in use" errors while building in CI
This commit is contained in:
E M 2026-04-28 20:02:00 +10:00
parent 970012aa04
commit f5150109f7
No known key found for this signature in database

View File

@ -49,7 +49,7 @@ spec:
subPath: kubeconfig.yaml
- name: logs
mountPath: /var/log/storage-${TEST_TYPE}
args: ["dotnet", "test", "Tests/LogosStorageReleaseTests"]
args: ["dotnet", "test", "Tests/LogosStorageReleaseTests", "-p:BuildInParallel=false"]
restartPolicy: Never
volumes:
- name: kubeconfig