mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Stop checking baseline-compare-and-replace in build and test workflow
This is checked in the code cleanliness workflow and by failing the main build here causes the tests not to run and the tests are more important. Similar to the new api-baseline-check that doesn't run in the main workflow
This commit is contained in:
parent
fe2d38e7a1
commit
6d4e8ededc
1 changed files with 0 additions and 1 deletions
1
.github/workflows/build-test.yml
vendored
1
.github/workflows/build-test.yml
vendored
|
@ -46,7 +46,6 @@ jobs:
|
|||
clean verify -B -V \
|
||||
-Dmaven.test.failure.ignore=true \
|
||||
-DexcludedGroups=flakyTest,slowTest \
|
||||
-P baseline-compare-and-replace \
|
||||
-P build-standalone-debugger-rcp \
|
||||
-Ddsf.gdb.tests.timeout.multiplier=50 \
|
||||
-Ddsf-gdb.skip.tests=$(test ${{ steps.filter.outputs.dsf }} == 'false' && echo 'true' || echo 'false') \
|
||||
|
|
Loading…
Add table
Reference in a new issue