Skip to content

Commit

Permalink
Merge pull request #198 from mobiusml/gpu_tests_always_extract_logs
Browse files Browse the repository at this point in the history
Ensure pytest logs are always extracted in GPU test workflow
  • Loading branch information
movchan74 authored Nov 11, 2024
2 parents 66969fa + d70cd2e commit 72b30e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_tests_with_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ jobs:
HF_TOKEN=${{ secrets.HF_TOKEN }} dstack apply -f tests.dstack.yml --force -y
- name: Extract pytest logs
if: ${{ always() }}
run: |
dstack logs aana-tests | sed -n '/============================= test session starts ==============================/,$p'

0 comments on commit 72b30e3

Please sign in to comment.