Skip to content

Commit

Permalink
Remove restart test from executing multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
chamilaadhi committed Dec 1, 2023
1 parent f5df1b6 commit 7a26c5a
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 7a26c5a

Please sign in to comment.