Skip to content

Commit

Permalink
Task 36 : Revise CI/CD file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapter1990 committed Jul 29, 2024
1 parent 9911d83 commit 7aab645
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/build.gradle*') }}
restore-keys: ${{ runner.os }}-gradle

- name: Make gradlew executable
run: chmod +x gradlew

- name: Build with Gradle
run: ./gradlew build --no-daemon

Expand All @@ -46,6 +49,9 @@ jobs:
java-version: '21'
distribution: 'temurin'

- name: Make gradlew executable
run: chmod +x gradlew

- name: Build with Gradle
run: ./gradlew build --no-daemon

Expand Down

0 comments on commit 7aab645

Please sign in to comment.