1 parent 2748c96 commit f0e8f93Copy full SHA for f0e8f93
1 file changed
.github/workflows/test-windows-editor.yml
@@ -67,10 +67,11 @@ jobs:
67
- uses: actions/checkout@v4
68
with:
69
sparse-checkout: .github
70
+ # Full checkout (no samples exclude): the editor build preprocesses the template source
71
+ # under samples/NewGame via Stride.Templates.Games.
72
- uses: ./.github/actions/stride-checkout
73
74
ref: ${{ github.event.client_payload.pr_number && format('refs/pull/{0}/merge', github.event.client_payload.pr_number) || github.ref }}
- exclude: samples
75
76
- name: Configure crash dumps
77
shell: pwsh
0 commit comments