File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 47
47
- 'typegraph/**'
48
48
- 'meta-cli/**'
49
49
- 'Cargo.lock'
50
+ - 'examples/**'
50
51
rust:
51
52
- '.github/workflows/tests.yml'
52
53
- 'libs/**'
@@ -296,6 +297,9 @@ jobs:
296
297
npm publish --registry http://localhost:4873
297
298
cd ../../../..
298
299
300
+ # install packages inside metatype examples
301
+ pnpm install -C examples/typegraphs
302
+
299
303
# from old test-typegraph-core
300
304
# test in native rust, not in wasm for a future rust SDK
301
305
# without --tests, the --doc is causing a link error "syntax error in VERSION script"
Original file line number Diff line number Diff line change @@ -34,4 +34,3 @@ docker compose up --detach
34
34
# watch the typegate logs
35
35
docker compose logs typegate --follow
36
36
```
37
- TODO: Add result image/log
You can’t perform that action at this time.
0 commit comments