Skip to content

Commit

Permalink
Fixed syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dborowiecki committed Sep 17, 2023
1 parent 2e6a717 commit 4bd8ef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 4bd8ef5

Please sign in to comment.