Skip to content

Commit

Permalink
Run DSF-GDB tests all the time
Browse files Browse the repository at this point in the history
Part of #1037
  • Loading branch information
jonahgraham committed Jan 16, 2025
1 parent 45de3f3 commit 8d06425
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
-Dmaven.test.failure.ignore=true \
-DexcludedGroups=flakyTest,slowTest \
-Ddsf.gdb.tests.timeout.multiplier=50 \
-Ddsf-gdb.skip.tests=$(test ${{ steps.filter.outputs.dsf }} == 'false' && echo 'true' || echo 'false') \
-Dindexer.timeout=300
- name: Upload Logs
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8d06425

Please sign in to comment.