Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-fernandez committed Sep 20, 2024
1 parent 15eee03 commit 4d26c01
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -872,13 +872,13 @@ jobs:
DB_HOST: mssql
steps:
- uses: actions/checkout@v4
# - name: Wait for SQL Server to be ready
# run: |
# for i in {1..30}; do
# /opt/mssql-tools/bin/sqlcmd -S ${{ env.DB_HOST }},1433 -U SA -P 'DD_HUNTER2' -Q "SELECT 1" && echo "SQL Server is up!" && break
# echo "Waiting for SQL Server..."
# sleep 5
# done
- name: Wait for SQL Server to be ready
run: |
for i in {1..30}; do
/opt/mssql-tools/bin/sqlcmd -S ${{ env.DB_HOST }},1433 -U SA -P 'DD_HUNTER2' -Q "SELECT 1" && echo "SQL Server is up!" && break
echo "Waiting for SQL Server..."
sleep 5
done
- uses: ./.github/actions/testagent/start
- uses: ./.github/actions/node/setup
- uses: ./.github/actions/install
Expand Down

0 comments on commit 4d26c01

Please sign in to comment.