Skip to content

Commit c4067fa

Browse files
authored
using correct spring profile
1 parent a884ed5 commit c4067fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
echo "Waiting for MSSQL to be ready..."
6161
done
6262
63-
- name: Run Core Module Tests
64-
run: mvn test -pl core -am -Dspring.profiles.active=mysql
63+
- name: Run Tests with MSSQL
64+
run: mvn test -pl core -am -Dspring.profiles.active=mssql
6565

6666

6767
java-doc:

0 commit comments

Comments
 (0)