Merge branch 'master' into renovate/spring-boot
All checks were successful
Build and Test / build (pull_request) Successful in 1m37s
All checks were successful
Build and Test / build (pull_request) Successful in 1m37s
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
name: Build
|
||||
name: Build and Test
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
- '!master'
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -18,5 +18,5 @@ jobs:
|
||||
java-version: '25'
|
||||
cache: 'gradle'
|
||||
|
||||
- name: Build
|
||||
- name: Build and Test
|
||||
run: ./gradlew build --no-daemon
|
||||
|
||||
Reference in New Issue
Block a user