Skip to content

Commit

Permalink
feat(workflow): updating workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MfellnerDev authored Nov 18, 2024
1 parent b225d90 commit c09b7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# Step 4: Build the project with Gradle and generate the JAR
- name: Build with Gradle
run: ./gradlew build -x test
run: ./gradlew build

# Step 5: Upload the generated JAR as an artifact
- name: Upload JAR file
Expand Down

0 comments on commit c09b7bc

Please sign in to comment.