Skip to content

Commit

Permalink
Remove run spring-boot-test with Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Jan 15, 2021
1 parent 216dcb4 commit 509a2d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
[ -f ./setup.sh ] && ./setup.sh || true
- name: Run all tests (chromeHeadless) except spring-boot
run: ./gradlew -Dgeb.env=chromeHeadless check --no-daemon -x gorm-hibernate5-spring-boot:test -x :examples/standalone-hibernate52:check -x :examples/spring-boot-hibernate5:check
- name: Run Spring Boot Tests
run: ./gradlew gorm-hibernate5-spring-boot:test --no-daemon
- name: Run all tests (compatiable with Java8) except spring-boot
if: matrix.java == '8'
run: ./gradlew :examples/standalone-hibernate52:check :examples/spring-boot-hibernate5:check -Dgeb.env=chromeHeadless check --no-daemon
Expand Down

0 comments on commit 509a2d2

Please sign in to comment.