Skip to content

Commit c0a2092

Browse files
committed
Update hil.yml
1 parent 9d78a6a commit c0a2092

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hil.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ jobs:
176176
- name: Check if tests were skipped
177177
id: check-test-skipped
178178
run: |
179-
ls -R tests
180-
if [ -f tests/**/.test_skipped ]; then
179+
ls -R -la tests
180+
if [ $(find "tests" -name ".test_skipped") ]; then
181181
echo "skipped=true" >> $GITHUB_OUTPUT
182182
else
183183
echo "skipped=false" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)