Skip to content

Commit a4f935f

Browse files
committed
ci(create-e2e): run monorepo verify twice to test caching
1 parent 91eec75 commit a4f935f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test-vp-create.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,3 +260,8 @@ jobs:
260260
- name: Verify project builds
261261
working-directory: ${{ runner.temp }}/test-project
262262
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

Comments
 (0)