Skip to content

Commit

Permalink
Optimize CI a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Aug 22, 2022
1 parent e9791e8 commit c30aee9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v3
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'zulu'
- uses: gradle/gradle-build-action@v2
- name: Build and run unit tests with Gradle
run: ./scripts/ci_unit.sh
- name: Publish to Sonatype
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ jobs:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1

0 comments on commit c30aee9

Please sign in to comment.