Skip to content

Commit

Permalink
chore: Fix failing test in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
izaaz committed Feb 27, 2024
1 parent 13ff010 commit 82bc317
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull-request-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
java-version: '8'
distribution: 'zulu'
- uses: actions/checkout@v3

- name: Build
run: ./gradlew build

- name: Test with Gradle
run: ./gradlew test:test --stacktrace

0 comments on commit 82bc317

Please sign in to comment.