ci: Fix flakey failure when validating templates

This commit is contained in:
Aaron Klinker
2023-07-29 22:24:38 -05:00
parent 390f65cf39
commit 25677ba445
+3
View File
@@ -69,6 +69,9 @@ jobs:
node-version: 18
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Validate Vanilla
working-directory: templates/vanilla
run: |