From 3efdc617ec76d2db652f8d05cabc75919f06285c Mon Sep 17 00:00:00 2001 From: ZeWaka Date: Mon, 5 Oct 2020 13:24:28 -0700 Subject: [PATCH] grr 2 --- .github/workflows/ci-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index 38a721fc92..79c5d1859b 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -189,7 +189,7 @@ jobs: run: echo "General__UseBasicWatchdog=true" >> $GITHUB_ENV - name: Set TGS4_TEST_CONNECTION_STRING - run: echo "TGS4_TEST_CONNECTION_STRING=Server=(localdb)\MSSQLLocalDB;Integrated Security=true;Initial Catalog=TGS_${{ matrix.watchdog-type }}_${{ matrix.configuration }};Application Name=tgstation-server" >> $GITHUB_ENV + run: Write-Host "TGS4_TEST_CONNECTION_STRING=Server=(localdb)\MSSQLLocalDB;Integrated Security=true;Initial Catalog=TGS_${{ matrix.watchdog-type }}_${{ matrix.configuration }};Application Name=tgstation-server" >> $env:GITHUB_ENV - name: Checkout uses: actions/checkout@v1