Skip to content

Commit

Permalink
ci-cd: retry
Browse files Browse the repository at this point in the history
  • Loading branch information
deyvisonborges committed Apr 22, 2024
1 parent 3617034 commit 237fc2c
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,15 @@ jobs:
needs: tests
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2

- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: "17"
distribution: "temurin"
java-version: '17'
distribution: 'temurin'

- name: Setup Gradle
uses: gradle/setup-gradle@v3
with:
gradle-version: '7.3' # You can adjust the Gradle version accordingly
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0

- name: Build with Gradle Wrapper
run: ./gradlew clean build -x test
Expand Down

0 comments on commit 237fc2c

Please sign in to comment.