Skip to content

Commit

Permalink
Archive IGC logs
Browse files Browse the repository at this point in the history
  • Loading branch information
pbchekin committed Sep 11, 2024
1 parent 64b514e commit 26427f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,11 @@ jobs:
- name: Archive IGC dumps
run: |
ls -lR inductor_log/igc
echo "*** archiving IGC dumps ***"
tar zcf inductor_log/igc.tgz -C inductor_log igc
tar ztf inductor_log/igc.tgz
sudo rm -rf inductor_log/igc
ls -lR inductor_log
echo "*** inductor_log ***"
ls -laR inductor_log
- name: Report environment details
run: |
Expand Down

0 comments on commit 26427f7

Please sign in to comment.