This commit is contained in:
Amith Koujalgi
2025-03-18 22:33:29 +05:30
parent c33c1c8315
commit 590364dd53

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
on:
pull_request:
# types: [ opened, reopened ]
# types: [opened, reopened, synchronize, edited]
branches: [ "main" ]
concurrency:
@@ -36,4 +33,4 @@ jobs:
run: mvn --file pom.xml -U clean test -Punit-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