We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91eec75 commit a4f935fCopy full SHA for a4f935f
1 file changed
.github/workflows/test-vp-create.yml
@@ -260,3 +260,8 @@ jobs:
260
- name: Verify project builds
261
working-directory: ${{ runner.temp }}/test-project
262
run: ${{ matrix.template.verify-command }}
263
+
264
+ - name: Verify cache (monorepo only)
265
+ if: matrix.template.name == 'monorepo'
266
+ working-directory: ${{ runner.temp }}/test-project
267
+ run: ${{ matrix.template.verify-command }}
0 commit comments