Skip to content

Commit 8ec6c99

Browse files
authored
ls test
1 parent 571b306 commit 8ec6c99

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/Matrix XP.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,13 @@ jobs:
102102
- name: Artifact downloader
103103
uses: actions/download-artifact@v3
104104
with:
105-
path: /home/runner/kernels
105+
path: ~/kernels
106106

107107
- name: "✔️ TEST matrix"
108108
run: |
109109
pwd
110-
ls ~ || true
110+
ls -als $(pwd)
111+
ls ~
111112
ls -als /home/runner
112113
ls -Rals ~/kernels
113114

0 commit comments

Comments
 (0)