This commit is contained in:
Dominion
2023-05-29 07:34:34 -04:00
30 changed files with 496 additions and 139 deletions
+4 -2
View File
@@ -311,8 +311,6 @@ jobs:
name: Windows Live Tests
needs: dmapi-build
if: "!(cancelled() || failure()) && needs.dmapi-build.result == 'success'"
env:
TGS_TEST_DUMP_API_SPEC: yes
strategy:
fail-fast: false
matrix:
@@ -329,6 +327,10 @@ jobs:
- name: Upgrade NPM
run: npm install -g npm
- name: Set TGS_TEST_DUMP_API_SPEC
if: ${{ matrix.configuration == 'Release' && matrix.watchdog-type == 'System' && matrix.database-type == 'SqlServer' }}
run: echo "TGS_TEST_DUMP_API_SPEC=yes" >> $Env:GITHUB_ENV
- name: Set General__UseBasicWatchdog
if: ${{ matrix.watchdog-type == 'Basic' }}
run: echo "General__UseBasicWatchdog=true" >> $Env:GITHUB_ENV