Skip to content

Commit

Permalink
ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimarBauer committed Aug 31, 2023
1 parent 2e11d37 commit cacfb6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
- name: Output Monitoring from .pymon db
if: ${{ success() && inputs.xdist == 'no' }}
timeout-minutes: 25
run |
cd $GITHUB_WORKSPACE \
&& QUERY="SELECT ITEM_PATH, ITEM_VARIANT, TOTAL_TIME, MEM_USAGE FROM TEST_METRICS ORDER BY MEM_USAGE" \
Expand Down

0 comments on commit cacfb6a

Please sign in to comment.