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 d661c5f commit 2e6a717
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ jobs:
--health-retries=10
--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-steps.yml@${{ github.head_ref }}
- name: Use build setup
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 @@ -190,8 +190,8 @@ jobs:
--health-timeout 5s
--health-retries 10
steps:
- name: Use build setup
uses: ./.github/workflows/shared-steps.yml@${{ github.head_ref }}
- name: Use build setup
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 2e6a717

Please sign in to comment.