Skip to content

Commit

Permalink
Added debugging step
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-b committed Oct 9, 2024
1 parent 4f14eae commit 5838067
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dashboard_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ jobs:
continue-on-error: true
run: |
HIVE_TTD_ENABLED=false ./hive --sim "${{ matrix.simulator }}" --sim.limit="${{ matrix.suite }}" --client "${{ matrix.client }}" --results-root=${{ github.workspace }}/runs/${{ github.run_id }} --loglevel=5 --sim.loglevel=5 --client.checktimelimit=10m --docker.output --sim.parallelism=${{ matrix.parallelism }}
- name: Check report
run: ls -la ${{ github.workspace }}/runs/${{ github.run_id }}

- name: Send file over SSH
if: always()
Expand Down

0 comments on commit 5838067

Please sign in to comment.