From feef7a6ec414de39e863b2b779bc225b2d2ae199 Mon Sep 17 00:00:00 2001 From: Pedro Fontana Date: Mon, 8 Apr 2024 18:48:13 -0300 Subject: [PATCH] ls --- .github/workflows/hyper_threading_benchmarks.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/hyper_threading_benchmarks.yml b/.github/workflows/hyper_threading_benchmarks.yml index b23e0e541f..e904980d44 100644 --- a/.github/workflows/hyper_threading_benchmarks.yml +++ b/.github/workflows/hyper_threading_benchmarks.yml @@ -72,11 +72,15 @@ jobs: uses: actions/download-artifact@master with: path: ${{ github.workspace }}/artifacts/ + + - name: Display structure of downloaded files run: ls -R ${{ github.workspace }}/artifacts/ - name: Run Benchmarks - run: source ${{ github.workspace }}/artifacts/hyper-threading-workflow --show-output + run: | + ls -R ${{ github.workspace }}/artifacts/ + source ${{ github.workspace }}/artifacts/hyper-threading-workflow --show-output - name: Compare Results run: |