Skip to content

Commit 558dc12

Browse files
committed
chore(ci): update test trigger for test-full and install packages inside examples/typegraphs
1 parent 357758e commit 558dc12

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- 'typegraph/**'
4848
- 'meta-cli/**'
4949
- 'Cargo.lock'
50+
- 'examples/**'
5051
rust:
5152
- '.github/workflows/tests.yml'
5253
- 'libs/**'
@@ -296,6 +297,9 @@ jobs:
296297
npm publish --registry http://localhost:4873
297298
cd ../../../..
298299
300+
# install packages inside metatype examples
301+
pnpm install -C examples/typegraphs
302+
299303
# from old test-typegraph-core
300304
# test in native rust, not in wasm for a future rust SDK
301305
# without --tests, the --doc is causing a link error "syntax error in VERSION script"

website/shared/install/typegate.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,3 @@ docker compose up --detach
3434
# watch the typegate logs
3535
docker compose logs typegate --follow
3636
```
37-
TODO: Add result image/log

0 commit comments

Comments
 (0)