Skip to content

Commit

Permalink
Change Build step to -> Build Gradle step
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBunnyDc committed Sep 27, 2024
1 parent 0f76a9b commit 6feff0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Gradle
run: ./gradlew

- name: Build
- name: Build Gradle
run: ./gradlew build

- name: Test gradle
Expand Down

0 comments on commit 6feff0a

Please sign in to comment.