Skip to content

Commit

Permalink
Save all log files and run DSF-GDB tests only
Browse files Browse the repository at this point in the history
Diagnosing #1037
  • Loading branch information
jonahgraham committed Jan 16, 2025
1 parent 874fd64 commit 5f519cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ 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') \
-Pskip-tests-except-dsf-gdb \
-Dindexer.timeout=300
- name: Upload Logs
uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: Code Cleanliness Detailed Logs
path: '*.log'
name: Detailed Logs
path: '**/*.log'
- name: Prepare Test Results for upload
if: (success() || failure())
run: |
Expand Down

0 comments on commit 5f519cb

Please sign in to comment.