Skip to content

Commit

Permalink
try adding testing to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed Mar 19, 2024
1 parent 5bed6ef commit 9e66f91
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,8 @@ jobs:
# A file, directory or wildcard pattern that describes what to upload
path: ./main/build/generated/openapi/openapi.yaml


- name: Run Gradle test
working-directory: ./main
run: ./gradlew --info test


0 comments on commit 9e66f91

Please sign in to comment.