Skip to content

Commit

Permalink
CI: Corrected the path to the logs
Browse files Browse the repository at this point in the history
Logs were not included in the artifacts because the path was incorrect.
  • Loading branch information
aplopez committed Oct 17, 2023
1 parent 4d475e4 commit bef8df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
if-no-files-found: ignore
name: ${{ matrix.tag }}-intgcheck
path: |
./sssd/*.log
./sssd/var/log/sssd/*.log
./sssd/ci-build-debug/ci-*.log
./sssd/ci-build-debug/test-suite.log
./sssd/ci-build-debug/ci-mock-result/*.log
Expand Down

0 comments on commit bef8df5

Please sign in to comment.