Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuliopime committed Nov 13, 2023
1 parent b1f8c14 commit f7ae046
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle

name: Pull Request Validation

on:
pull_request:
branches:
- master
- legacy/v4
pull_request:
branches:
- master
- legacy/v4

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 11
- uses: gradle/gradle-build-action@v2
- uses: gradle/[email protected]
with:
arguments: build test
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 11
- uses: gradle/[email protected]
with:
arguments: build test

0 comments on commit f7ae046

Please sign in to comment.