From 4bd8ef5ea110cf8d439404f34add727d9996599f Mon Sep 17 00:00:00 2001 From: Damian Borowiecki Date: Sun, 17 Sep 2023 14:41:46 +0200 Subject: [PATCH] Fixed syntax --- .github/workflows/ci_module.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_module.yml b/.github/workflows/ci_module.yml index b2fa6d8..fa63a6c 100755 --- a/.github/workflows/ci_module.yml +++ b/.github/workflows/ci_module.yml @@ -111,7 +111,7 @@ jobs: --health-cmd="/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P ${SA_PASSWORD} -Q 'SELECT 1' || exit 1" steps: - name: Use build setup - uses: ./.github/workflows/shared--module-ci-steps.yml@${{ github.head_ref }} + uses: ./.github/workflows/shared-module-ci-steps.yml@${{ github.head_ref }} - name: Initialize MSSQL run: | export DB_NAME_TEST="test_$DB_NAME" @@ -191,7 +191,7 @@ jobs: --health-retries 10 steps: - name: Use build setup - uses: ./.github/workflows/shared--module-ci-steps.yml@${{ github.head_ref }} + uses: ./.github/workflows/shared-module-ci-steps.yml@${{ github.head_ref }} - name: Initialize PSQL run: | export DB_NAME_TEST="test_$DB_NAME"