Skip to content

Commit 033dc92

Browse files
committed
test
1 parent 8e748f8 commit 033dc92

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests_hw.yml

+5
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
3838
- name: Evaluate if tests should be run
3939
id: check-tests
40+
shell: bash
4041
run: |
42+
#!/bin/bash
4143
cache_exists=${{ steps.cache-results.outputs.cache-hit == 'true' }}
4244
enabled=true
4345
@@ -58,6 +60,9 @@ jobs:
5860
- name: Checkout user repository
5961
if: ${{ steps.check-tests.outputs.enabled == 'true' }}
6062
uses: actions/checkout@v4
63+
with:
64+
sparse-checkout: |
65+
*
6166
6267
- name: List files recursively
6368
if: ${{ steps.check-tests.outputs.enabled == 'true' }}

0 commit comments

Comments
 (0)