Skip to content

Commit

Permalink
chore: run test and integrationTest target on GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaakola-aiven committed Jun 18, 2024
1 parent 14869dd commit 49b327d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_push_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
distribution: 'temurin'
cache: gradle
- name: Build with Gradle
run: ./gradlew build
run: ./gradlew build test integrationTest

0 comments on commit 49b327d

Please sign in to comment.