We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fee358 commit 7b1e1e4Copy full SHA for 7b1e1e4
.github/workflows/maven.yml
@@ -25,3 +25,5 @@ jobs:
25
run: mvn -B package --file JavaCon/pom.xml
26
- name: Build with Maven Testing
27
run: mvn -B package --file Testing/pom.xml
28
+ - name: Test Containers
29
+ run: mvn -B package --file Testing/TestContainers/pom.xml
0 commit comments