Update ci-suite.yml

This commit is contained in:
alexkar598
2021-05-09 17:09:44 -04:00
committed by GitHub
parent d25f016316
commit bd04bb2084
+4 -4
View File
@@ -187,9 +187,9 @@ jobs:
env:
TGS4_TEST_DATABASE_TYPE: SqlServer
TGS4_TEST_DUMP_API_SPEC: yes
concurrency: integration-${{ github.ref }}
concurrency: integration-windows
strategy:
max-parallel: 1
max-parallel: 2
matrix:
watchdog-type: [ 'Basic', 'System' ]
configuration: [ 'Debug', 'Release' ]
@@ -302,9 +302,9 @@ jobs:
--health-interval=10s
--health-timeout=5s
--health-retries=3
concurrency: integration-${{ github.ref }}
concurrency: integration-linux
strategy:
max-parallel: 1
max-parallel: 2
matrix:
database-type: [ 'Sqlite', 'PostgresSql', 'MariaDB', 'MySql' ]
watchdog-type: [ 'Basic', 'System' ]