Skip to content

Commit

Permalink
fix(ci): remove build step
Browse files Browse the repository at this point in the history
  • Loading branch information
jenspots committed May 30, 2024
1 parent 396e2cd commit adacfeb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,5 @@ jobs:
distribution: 'adopt'
cache: 'gradle'

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

- name: Run tests
run: ./gradlew test

0 comments on commit adacfeb

Please sign in to comment.