Skip to content

Commit bc21d7b

Browse files
authored
no custom wait for the db
1 parent 51b8e7f commit bc21d7b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,6 @@ jobs:
4949
java-version: '21'
5050
distribution: 'temurin'
5151
cache: maven
52-
53-
- name: Wait for MSSQL
54-
run: |
55-
for i in {1..10}; do
56-
sleep $((11 - i))
57-
nc -z localhost 1435 && echo "Azure SQL Edge is ready" && exit 0
58-
done
59-
echo "Azure SQL Edge failed to start" && exit 1
60-
6152
- name: Run Tests with MSSQL
6253
run: mvn test -pl core -am -Dspring.profiles.active=mssql
6354

0 commit comments

Comments
 (0)