Skip to content

Commit

Permalink
Run Spring Boot tests with Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Jan 15, 2021
1 parent 1b9bbe9 commit 216dcb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
if: matrix.java == '8'
run: ./gradlew :examples/standalone-hibernate52:check :examples/spring-boot-hibernate5:check -Dgeb.env=chromeHeadless check --no-daemon
- name: Run Spring Boot Tests
if: matrix.java == '8'
run: ./gradlew gorm-hibernate5-spring-boot:test --no-daemon
- name: Publish Test Report
uses: scacap/action-surefire-report@v1
Expand All @@ -65,7 +66,7 @@ jobs:
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
run: |
echo $SECRING_FILE | base64 -d > secring.gpg
echo $SECRING_FILE | base64 -d > secring.gpgHibernateGormAutoConfigurationSpec.groovy:21
./gradlew -Dorg.gradle.internal.publish.checksums.insecure=true -Psigning.keyId="$SIGNING_KEY" -Psigning.password="$SIGNING_PASSPHRASE" -Psigning.secretKeyRingFile="secring.gpg" publish
./gradlew docs:docs
- name: Determine docs target repository
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
gormVersion=6.1.13.BUILD-SNAPSHOT
#gormVersion=6.1.12.RELEASE
grailsVersion=3.2.11
groovyVersion=2.4.11
springBootVersion=1.5.18.RELEASE
Expand Down

0 comments on commit 216dcb4

Please sign in to comment.