mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 23:13:42 +02:00
Use sparse checkout for paths-filter to only grab the test-filters file
This commit is contained in:
parent
6f3f6026a8
commit
cf492d2796
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -28,6 +28,10 @@ jobs:
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
sparse-checkout: |
|
||||
.github/test-filters.yml
|
||||
sparse-checkout-cone-mode: false
|
||||
|
||||
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
|
||||
id: filter
|
||||
|
Loading…
Reference in New Issue
Block a user