Skip to content

Commit

Permalink
chore: update build workflow to compile and test code
Browse files Browse the repository at this point in the history
  • Loading branch information
YukinaMochizuki committed Aug 18, 2024
1 parent 2b94443 commit 0c2c5ef
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,5 @@ jobs:
- name: 🐘 Setup Gradle
uses: gradle/gradle-build-action@v3

- name: 🚀 Build
- name: 🚀 Compile and Test
run: ./gradlew build --no-daemon

- name: 🧪 Test
run: ./gradlew test --no-daemon

0 comments on commit 0c2c5ef

Please sign in to comment.