diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index b964e6b3d1b0..046ede6e84d6 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -14,11 +14,11 @@ env: CACHED_BUILD_PATHS: | ${{ github.workspace }}/packages/*/*.tgz - ${{ github.workspace }}/dev-packages/test-utils/build ${{ github.workspace }}/node_modules ${{ github.workspace }}/packages/*/node_modules ${{ github.workspace }}/dev-packages/*/node_modules - ${{ github.workspace }}/packages/utils/build + ${{ github.workspace }}/dev-packages/*/build + ${{ github.workspace }}/packages/*/build permissions: contents: read diff --git a/dev-packages/e2e-tests/package.json b/dev-packages/e2e-tests/package.json index 065208698509..4c9f174aa418 100644 --- a/dev-packages/e2e-tests/package.json +++ b/dev-packages/e2e-tests/package.json @@ -16,7 +16,7 @@ "clean": "rimraf tmp node_modules pnpm-lock.yaml && yarn clean:test-applications", "ci:build-matrix": "ts-node ./lib/getTestMatrix.ts", "ci:build-matrix-optional": "ts-node ./lib/getTestMatrix.ts --optional=true", - "clean:test-applications": "rimraf --glob test-applications/**/{node_modules,dist,build,.next,.sveltekit,pnpm-lock.yaml} .last-run.json && pnpm store prune" + "clean:test-applications": "rimraf --glob test-applications/**/{node_modules,dist,build,.next,.sveltekit,pnpm-lock.yaml,.last-run.json,test-results} && pnpm store prune" }, "devDependencies": { "@types/glob": "8.0.0",