Skip to content

Commit

Permalink
Fix syntax error in Java CI workflow configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Jan 15, 2021
1 parent 77c29b5 commit 1b9bbe9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
- name: Run Spring Boot Tests
run: ./gradlew gorm-hibernate5-spring-boot:test --no-daemon
- name: Run all tests (compatiable with Java8) except spring-boot
run: ./gradlew :examples/standalone-hibernate52:check :examples/spring-boot-hibernate5:check -Dgeb.env=chromeHeadless check --no-daemon
if: matrix.java == '8'
- name: Run Spring Boot Tests
run: ./gradlew gorm-hibernate5-spring-boot:test --no-daemon
run: ./gradlew :examples/standalone-hibernate52:check :examples/spring-boot-hibernate5:check -Dgeb.env=chromeHeadless check --no-daemon
- name: Run Spring Boot Tests
run: ./gradlew gorm-hibernate5-spring-boot:test --no-daemon
- name: Publish Test Report
uses: scacap/action-surefire-report@v1
with:
Expand Down

0 comments on commit 1b9bbe9

Please sign in to comment.