Skip to content

Commit f0e8f93

Browse files
committed
ci: full checkout for editor tests (template source lives under samples)
1 parent 2748c96 commit f0e8f93

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test-windows-editor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,11 @@ jobs:
6767
- uses: actions/checkout@v4
6868
with:
6969
sparse-checkout: .github
70+
# Full checkout (no samples exclude): the editor build preprocesses the template source
71+
# under samples/NewGame via Stride.Templates.Games.
7072
- uses: ./.github/actions/stride-checkout
7173
with:
7274
ref: ${{ github.event.client_payload.pr_number && format('refs/pull/{0}/merge', github.event.client_payload.pr_number) || github.ref }}
73-
exclude: samples
7475

7576
- name: Configure crash dumps
7677
shell: pwsh

0 commit comments

Comments
 (0)