Skip to content

Commit 285b82d

Browse files
committed
Update GitHub Actions workflow to include sparse checkout for run_tests action
This commit enhances the GitHub Actions workflow by adding the `run_tests` action to the sparse checkout configuration. This change ensures that the necessary files for running tests are included in the checkout process, improving the workflow's efficiency and reliability. Key changes: - Added `.github/actions/run_tests/` to the sparse checkout list.
1 parent a0c2829 commit 285b82d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
with:
9494
sparse-checkout: |
9595
.github/config/stable_branches.json
96+
.github/actions/run_tests/
9697
9798
- name: Set branches
9899
id: set-branches

0 commit comments

Comments
 (0)