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 481130c commit f75a5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,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_REF_NAME }}
uses: ./.github/workflows/shared-module-ci-steps.yml@${GITHUB_REF_NAME}
- name: Initialize MSSQL
run: |
export DB_NAME_TEST="test_$DB_NAME"
Expand Down

0 comments on commit f75a5b1

Please sign in to comment.