Skip to content

Commit 78e2f9a

Browse files
committed
fix(build): Cache gatsby plugin types files in CI (#4944)
This is a follow up to #4928, which added the creation of types files for the code in the gatsby SDK which lives outside of `src/`. One change which was missed was to have GHA include these new files in the build cache, so that they are available when tests are run. This fixes that oversight.
1 parent 57c7c32 commit 78e2f9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ env:
2828
${{ github.workspace }}/packages/**/esm
2929
${{ github.workspace }}/packages/ember/*.d.ts
3030
${{ github.workspace }}/packages/ember/instance-initializers
31+
${{ github.workspace }}/packages/gatsby/*.d.ts
3132
${{ github.workspace }}/packages/serverless/dist-awslambda-layer/*.zip
3233
3334
BUILD_CACHE_KEY: ${{ github.event.inputs.commit || github.sha }}

0 commit comments

Comments
 (0)