Skip to content

Commit

Permalink
using correct spring profile
Browse files Browse the repository at this point in the history
  • Loading branch information
sterlp authored Dec 31, 2024
1 parent a884ed5 commit c4067fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
echo "Waiting for MSSQL to be ready..."
done
- name: Run Core Module Tests
run: mvn test -pl core -am -Dspring.profiles.active=mysql
- name: Run Tests with MSSQL
run: mvn test -pl core -am -Dspring.profiles.active=mssql


java-doc:
Expand Down

0 comments on commit c4067fa

Please sign in to comment.