Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 033dc92

Browse filesBrowse files
committed
test
1 parent 8e748f8 commit 033dc92
Copy full SHA for 033dc92

File tree

Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed

‎.github/workflows/tests_hw.yml

Copy file name to clipboardExpand all lines: .github/workflows/tests_hw.yml
+5Lines changed: 5 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.