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

This commit is contained in:
Jakub
2023-06-29 11:32:09 +02:00
parent e9488d12ee
commit 650158ea8a

View File

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