Skip to content

Commit

Permalink
More settings for Linux artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximePouce committed May 2, 2024
1 parent cd741c5 commit bb7f70e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
with:
name: linux-common-log
path: /tmp/kDrive-logdir/$(date +"%Y%m%d_%H%M"/)/_kDriveTestCommon.log
retention-days: 2
overwrite: true

- name: Execute parms tests
run : ./kDrive_test_parms
Expand All @@ -44,6 +46,8 @@ jobs:
with:
name: linux-common-log
path: /tmp/kDrive-logdir/$(date +"%Y%m%d_%H%M"/)/_kDriveTestParms.log
retention-days: 2
overwrite: true

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

0 comments on commit bb7f70e

Please sign in to comment.