Skip to content

Commit

Permalink
Merge pull request #13301 from chamilaadhi/wf
Browse files Browse the repository at this point in the history
Remove restart test from executing multiple times
  • Loading branch information
tgtshanika authored Dec 1, 2023
2 parents 17e3ec0 + 7a26c5a commit 031adaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
node-version: '10.x'
- name: Build product-apim with Test.
run: mvn clean install --file pom.xml -DskipBenchMarkTest=true
run: mvn clean install --file pom.xml -DskipBenchMarkTest=true -DskipRestartTests=true
env:
PRODUCT_APIM_TEST_GROUPS: ${{ matrix.segment }}
- name: Prepare upload testng report
Expand Down

0 comments on commit 031adaf

Please sign in to comment.