From 590364dd53005baa6c04314ccb1763545d4c2384 Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Tue, 18 Mar 2025 22:33:29 +0530 Subject: [PATCH] test --- .github/workflows/build-and-test-on-pr-open.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-and-test-on-pr-open.yml b/.github/workflows/build-and-test-on-pr-open.yml index d5ffbaf..bd9ce71 100644 --- a/.github/workflows/build-and-test-on-pr-open.yml +++ b/.github/workflows/build-and-test-on-pr-open.yml @@ -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 \ No newline at end of file + run: mvn --file pom.xml -U clean verify -Pintegration-tests