From 033dc9292bcadf24ff51b38f742a964d3438e741 Mon Sep 17 00:00:00 2001 From: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> Date: Wed, 24 Jul 2024 08:52:56 -0300 Subject: [PATCH] test --- .github/workflows/tests_hw.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/tests_hw.yml b/.github/workflows/tests_hw.yml index 0c63cd2210a..c68b72029e8 100644 --- a/.github/workflows/tests_hw.yml +++ b/.github/workflows/tests_hw.yml @@ -37,7 +37,9 @@ jobs: - name: Evaluate if tests should be run id: check-tests + shell: bash run: | + #!/bin/bash cache_exists=${{ steps.cache-results.outputs.cache-hit == 'true' }} enabled=true @@ -58,6 +60,9 @@ jobs: - name: Checkout user repository if: ${{ steps.check-tests.outputs.enabled == 'true' }} uses: actions/checkout@v4 + with: + sparse-checkout: | + * - name: List files recursively if: ${{ steps.check-tests.outputs.enabled == 'true' }}