Skip to content

Commit

Permalink
Log upload for Linux CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximePouce committed May 2, 2024
1 parent 3ea935a commit cd741c5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,21 @@ jobs:
run : ./kDrive_test_common
working-directory: ${{env.bin-directory}}

- name: Upload common tests log artifact
uses: actions/upload-artifact@v4
with:
name: linux-common-log
path: /tmp/kDrive-logdir/$(date +"%Y%m%d_%H%M"/)/_kDriveTestCommon.log

- name: Execute parms tests
run : ./kDrive_test_parms
working-directory: ${{env.bin-directory}}

- name: Upload parms tests log artifact
uses: actions/upload-artifact@v4
with:
name: linux-common-log
path: /tmp/kDrive-logdir/$(date +"%Y%m%d_%H%M"/)/_kDriveTestParms.log

- name: Clean-up generated code
run : rm -rf build-linux

0 comments on commit cd741c5

Please sign in to comment.