Skip to content

Commit 48587cd

Browse files
committed
Ensure e2e utils are cached on build
1 parent 111a7c2 commit 48587cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ env:
3535

3636
# packages/utils/cjs and packages/utils/esm: Symlinks to the folders inside of `build`, needed for tests
3737
CACHED_BUILD_PATHS: |
38+
${{ github.workspace }}/dev-packages/*/build
3839
${{ github.workspace }}/packages/*/build
3940
${{ github.workspace }}/packages/ember/*.d.ts
4041
${{ github.workspace }}/packages/gatsby/*.d.ts

dev-packages/node-integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"lint": "eslint . --format stylish",
2121
"fix": "eslint . --format stylish --fix",
2222
"type-check": "tsc",
23-
"pretest": "run-s --silent build prisma:init prisma:init:new",
23+
"pretest": "run-s --silent prisma:init prisma:init:new",
2424
"test": "ts-node ./utils/run-tests.ts",
2525
"jest": "jest --config ./jest.config.js",
2626
"test:watch": "yarn test --watch"

0 commit comments

Comments
 (0)