This commit is contained in:
Amith Koujalgi 2025-03-18 22:33:29 +05:30
parent c33c1c8315
commit 590364dd53
No known key found for this signature in database
GPG Key ID: 3F065E7150B71F9D

View File

@ -1,11 +1,8 @@
# This workflow will build a package using Maven and then publish it to GitHub packages when a release is created
# For more information see: https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#apache-maven-with-a-settings-path
name: Run Tests name: Run Tests
on: on:
pull_request: pull_request:
# types: [ opened, reopened ] # types: [opened, reopened, synchronize, edited]
branches: [ "main" ] branches: [ "main" ]
concurrency: concurrency:
@ -36,4 +33,4 @@ jobs:
run: mvn --file pom.xml -U clean test -Punit-tests run: mvn --file pom.xml -U clean test -Punit-tests
- name: Run integration tests - name: Run integration tests
run: mvn --file pom.xml -U clean verify -Pintegration-tests run: mvn --file pom.xml -U clean verify -Pintegration-tests