Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Jul 24, 2024
1 parent 8e748f8 commit 033dc92
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests_hw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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' }}
Expand Down

0 comments on commit 033dc92

Please sign in to comment.