File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
java/org/sterl/spring/persistent_tasks Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 8484 MYSQL_USER: sa
8585 MYSQL_ROOT_PASSWORD: veryStrong123
8686 MYSQL_PASSWORD: veryStrong123
87+ MYSQL_DATABASE: testdb
8788 ports:
8889 - 3306:3306
8990 steps:
9596 distribution: 'temurin'
9697 cache: maven
9798 - name: Run tests with mariadb
98- run : mvn test -pl core -am -Dspring.profiles.active=maria
99+ run: mvn test -pl core -am -Dspring.profiles.active=mariadb
99100
100101 java-doc:
101102 runs-on: ubuntu-latest
Original file line number Diff line number Diff line change 3434import uk .co .jemos .podam .api .PodamFactory ;
3535import uk .co .jemos .podam .api .PodamFactoryImpl ;
3636
37- //@ActiveProfiles("maria ") // postgres mssql maria
37+ //@ActiveProfiles("mariadb ") // postgres mssql mariadb
3838@ SpringBootTest (classes = SampleApp .class , webEnvironment = WebEnvironment .RANDOM_PORT )
3939public class AbstractSpringTest {
4040
File renamed without changes.
You can’t perform that action at this time.
0 commit comments