feat(GODT-2749): manual test-windows again.

This commit is contained in:
Jakub
2023-06-30 15:10:35 +02:00
parent 238929c3ec
commit 6df5a82364

View File

@ -158,6 +158,7 @@ test-windows:
extends:
- .env-windows
- .script-test
- .rules-branch-and-MR-manual
test-darwin:
extends:
@ -173,7 +174,7 @@ test-coverage:
coverage: '/total:.*\(statements\).*\d+\.\d+%/'
needs:
- test-linux
- test-windows
#- test-windows
- test-darwin
- test-integration
tags: