Skip to content

Commit 10bb13c

Browse files
committed
manually toposort the node 18 test build
1 parent 276b472 commit 10bb13c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ jobs:
8282
- name: Build
8383
# NOTE: These are run in the specified order, so they must be in topological order
8484
run: >-
85-
npm run build -w ./packages/types -w ./packages/dev-utils -w ./packages/runtime-utils -w ./packages/blobs -w
86-
./packages/edge-functions -w ./packages/functions
85+
npm run build -w ./packages/types -w ./packages/dev-utils -w ./packages/runtime-utils -w ./packages/otel -w
86+
./packages/blobs -w ./packages/edge-functions -w ./packages/functions
8787
- name: Tests
8888
run: >-
89-
npm run test -w ./packages/types -w ./packages/dev-utils -w ./packages/runtime-utils -w ./packages/blobs -w
90-
./packages/edge-functions -w ./packages/functions
89+
npm run test -w ./packages/types -w ./packages/dev-utils -w ./packages/runtime-utils -w ./packages/otel -w
90+
./packages/blobs -w ./packages/edge-functions -w ./packages/functions

0 commit comments

Comments
 (0)