File tree Expand file tree Collapse file tree 8 files changed +11
-10
lines changed
Expand file tree Collapse file tree 8 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: Test application
22
33on :
44 pull_request :
5- branches : [ draft ]
6-
5+ branches : [draft]
6+
77jobs :
88 check-files :
99 if : ${{ github.event_name == 'pull_request' }}
2828 VALIDATE_ALL_CODEBASE : false
2929 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3030 LINTER_RULES_PATH : ./tools/pr-checker/linters/
31+ FILTER_REGEX_EXCLUDE : .*/build.gradle
3132 DEFAULT_BRANCH : draft
3233 - name : Summary
3334 if : " ! github.event.pull_request.head.repo.fork"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies {
3030 // tag::war[]
3131 deploy project(path :' :war' , configuration :' archives' )
3232 // end::war[]
33- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.3 '
33+ testImplementation ' org.junit.jupiter:junit-jupiter:5.11.4 '
3434}
3535
3636// tag::earConfig[]
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repositories {
1212}
1313
1414dependencies {
15- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.3 '
15+ testImplementation ' org.junit.jupiter:junit-jupiter:5.11.4 '
1616}
1717
1818test {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
66 // tag::projectJar[]
77 implementation project(' :jar' )
88 // end::projectJar[]
9- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.3 '
9+ testImplementation ' org.junit.jupiter:junit-jupiter:5.11.4 '
1010 compileOnly ' jakarta.platform:jakarta.jakartaee-api:10.0.0'
1111 compileOnly ' org.eclipse.microprofile:microprofile:7.0'
1212}
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ cat ./build.gradle
1111./gradlew installFeature
1212./gradlew deploy
1313./gradlew libertyStart
14- wait 5
14+ sleep 5
1515curl http://localhost:9080/converter/ | grep " Height Converters"
1616./gradlew libertyStop
1717
18- ./gradlew war:test
18+ ./gradlew war:test
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ repositories {
2020}
2121
2222dependencies {
23- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.3 '
23+ testImplementation ' org.junit.jupiter:junit-jupiter:5.11.4 '
2424}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repositories {
1212}
1313
1414dependencies {
15- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.3 '
15+ testImplementation ' org.junit.jupiter:junit-jupiter:5.11.4 '
1616}
1717
1818test {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'war'
33description = ' WAR Module'
44
55dependencies {
6- testImplementation ' org.junit.jupiter:junit-jupiter:5.11.3 '
6+ testImplementation ' org.junit.jupiter:junit-jupiter:5.11.4 '
77 compileOnly ' jakarta.platform:jakarta.jakartaee-api:10.0.0'
88 compileOnly ' org.eclipse.microprofile:microprofile:7.0'
99}
You can’t perform that action at this time.
0 commit comments