mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-01 09:42:13 +00:00
rm .github/workflows for unsupported branch
This commit is contained in:
parent
8b33d49a03
commit
85b807dea8
22
.github/workflows/pr-build-workflow.yml
vendored
22
.github/workflows/pr-build-workflow.yml
vendored
@ -1,22 +0,0 @@
|
|||||||
name: PR Build
|
|
||||||
|
|
||||||
on: pull_request
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
name: Build
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: Set up JDK
|
|
||||||
uses: actions/setup-java@v1
|
|
||||||
with:
|
|
||||||
java-version: '8'
|
|
||||||
- name: Cache Gradle packages
|
|
||||||
uses: actions/cache@v2
|
|
||||||
with:
|
|
||||||
path: ~/.gradle/caches
|
|
||||||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
|
|
||||||
- name: Build with Gradle
|
|
||||||
run: ./gradlew test --refresh-dependencies --no-daemon
|
|
Loading…
x
Reference in New Issue
Block a user