summaryrefslogtreecommitdiffstats
path: root/.github/workflows/cmake-ctest.yml
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-06-19 16:22:56 (GMT)
committerGitHub <noreply@github.com>2023-06-19 16:22:56 (GMT)
commit25a90599784abc7d96426fe03621debd3490fd36 (patch)
treefb974b84bb94bbd71317c45a4e1bf3a490aff10a /.github/workflows/cmake-ctest.yml
parent31d098776e5de670e0616dae2ba7f52758374ec8 (diff)
downloadhdf5-25a90599784abc7d96426fe03621debd3490fd36.zip
hdf5-25a90599784abc7d96426fe03621debd3490fd36.tar.gz
hdf5-25a90599784abc7d96426fe03621debd3490fd36.tar.bz2
Update github files/workflow from develop (#3155)
Diffstat (limited to '.github/workflows/cmake-ctest.yml')
-rw-r--r--.github/workflows/cmake-ctest.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/cmake-ctest.yml b/.github/workflows/cmake-ctest.yml
index ffd56e2..1d26fdb 100644
--- a/.github/workflows/cmake-ctest.yml
+++ b/.github/workflows/cmake-ctest.yml
@@ -113,7 +113,7 @@ jobs:
- name: List files for the space (Linux)
run: |
- ls ${{ github.workspace }}
+ ls -l ${{ github.workspace }}
ls ${{ runner.workspace }}
- name: Uncompress source (Linux)
@@ -141,7 +141,7 @@ jobs:
- name: List files in the space (Linux)
run: |
ls ${{ github.workspace }}
- ls ${{ runner.workspace }}
+ ls -l ${{ runner.workspace }}
# Save files created by ctest script
- name: Save published binary (Linux)
@@ -216,7 +216,7 @@ jobs:
- name: List files in the space (MacOS)
run: |
ls ${{ github.workspace }}
- ls ${{ runner.workspace }}
+ ls -l ${{ runner.workspace }}
# Save files created by ctest script
- name: Save published binary (MacOS)