From 30b64299adc022af17cf630d3b1d2e42a8efcb3b Mon Sep 17 00:00:00 2001 From: AmintorDusko Date: Thu, 9 Nov 2023 10:17:50 -0500 Subject: [PATCH] check environment --- .github/workflows/unit-test-benchmarks.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/unit-test-benchmarks.yml b/.github/workflows/unit-test-benchmarks.yml index 7350add0dfa..4a3863c83d3 100644 --- a/.github/workflows/unit-test-benchmarks.yml +++ b/.github/workflows/unit-test-benchmarks.yml @@ -192,3 +192,8 @@ jobs: - name: Move reference pytest benchmark file to cache if: ${{ steps.continue.outputs.reference_benchmarks == 'true' && hashFiles('benchmarks_xubm.json') != ''}} run: mkdir -p ${{ github.workspace}}/benchmark_reference && cp benchmarks.json "$_" + + - name: checking environment + run: | + ls +