Skip to content

Commit

Permalink
github action 4
Browse files Browse the repository at this point in the history
  • Loading branch information
skeppter committed Jan 15, 2025
1 parent 992ce99 commit 8008571
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:
java-version: '23'
distribution: 'temurin'

# Step 3: Build and run tests using Gradle
# Step 3: Grant execute permissions to the Gradle wrapper
- name: Grant execute permissions for Gradle wrapper
run: chmod +x ./gradlew

# Step 4: Build and test with Gradle
- name: Build and test with Gradle
run: |
./gradlew clean test
run: ./gradlew clean test

0 comments on commit 8008571

Please sign in to comment.