Improve integration test working branch detection

This commit is contained in:
Jordan Brown
2020-08-25 11:12:34 -04:00
parent 63727e306c
commit b3fefd3376
2 changed files with 30 additions and 7 deletions
+6
View File
@@ -191,6 +191,9 @@ jobs:
- name: Set TGS4_TEST_CONNECTION_STRING
run: echo "::set-env name=TGS4_TEST_CONNECTION_STRING::Server=(localdb)\MSSQLLocalDB;Integrated Security=true;Initial Catalog=TGS_${{ matrix.watchdog-type }}_${{ matrix.configuration }};Application Name=tgstation-server"
- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v2.x
- name: Checkout
uses: actions/checkout@v1
@@ -325,6 +328,9 @@ jobs:
if: ${{ matrix.watchdog-type == 'Basic' }}
run: echo "::set-env name=General__UseBasicWatchdog::true"
- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v2.x
- name: Checkout
uses: actions/checkout@v1