Skip to content

Commit

Permalink
Update workflow to dump log.
Browse files Browse the repository at this point in the history
  • Loading branch information
jatkinson1000 committed Oct 1, 2024
1 parent 879fdf1 commit 75bd549
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,8 @@ jobs:
run: |
. ftorch/bin/activate
./run_integration_tests.sh -V
- name: write log
if: always()
run: |
cat /home/runner/work/FTorch/FTorch/src/build/test/examples/7_Autograd/Testing/Temporary/LastTest.log

0 comments on commit 75bd549

Please sign in to comment.