We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c484b commit 53569ecCopy full SHA for 53569ec
.github/workflows/fstests.yml
@@ -51,19 +51,16 @@ jobs:
51
- name: Get systemd journal files
52
if: always() # This ensures the step runs even if previous steps failed
53
run: |
54
- cd $KDEVOPS_PATH
55
make journal-dump
56
57
- name: Build our kdevops archive results
58
59
60
61
make ci-archive
62
63
- name: Find and kdevops results zip file
64
65
66
67
ZIP_FILE=$(find kdevops/archive -name "*.zip" -type f | head -n 1)
68
echo "Found zip file: $ZIP_FILE"
69
echo "KDEVOPS_ARTIFACT_PATH=$ZIP_FILE" >> $GITHUB_ENV
0 commit comments