Skip to content

Commit

Permalink
Enable the profile in the GH Actions to verify standalone builds
Browse files Browse the repository at this point in the history
Follow up from c1269a9
  • Loading branch information
jonahgraham committed Oct 25, 2022
1 parent 1590791 commit 14a9888
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
-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') \
-Dindexer.timeout=300
Expand Down

0 comments on commit 14a9888

Please sign in to comment.