Skip to content

Commit 53569ec

Browse files
committed
fstests.yml: do not cd
Signed-off-by: Luis Chamberlain <[email protected]>
1 parent f6c484b commit 53569ec

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/fstests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,16 @@ jobs:
5151
- name: Get systemd journal files
5252
if: always() # This ensures the step runs even if previous steps failed
5353
run: |
54-
cd $KDEVOPS_PATH
5554
make journal-dump
5655
5756
- name: Build our kdevops archive results
5857
if: always() # This ensures the step runs even if previous steps failed
5958
run: |
60-
cd $KDEVOPS_PATH
6159
make ci-archive
6260
6361
- name: Find and kdevops results zip file
6462
if: always() # This ensures the step runs even if previous steps failed
6563
run: |
66-
cd $KDEVOPS_PATH
6764
ZIP_FILE=$(find kdevops/archive -name "*.zip" -type f | head -n 1)
6865
echo "Found zip file: $ZIP_FILE"
6966
echo "KDEVOPS_ARTIFACT_PATH=$ZIP_FILE" >> $GITHUB_ENV

0 commit comments

Comments
 (0)