@@ -19,38 +19,38 @@ jobs:
19
19
fail-fast : false
20
20
matrix :
21
21
project :
22
- # - browser-add-readable-stream
23
- # - browser-angular
24
- # - browser-create-react-app
25
- # - browser-esbuild
26
- # - browser-exchange-files
27
- # - browser-ipns-publish
28
- # - browser-lit
29
- # - browser-mfs
30
- # - browser-nextjs
31
- # - browser-readablestream
32
- # - browser-script-tag
22
+ - browser-add-readable-stream
23
+ - browser-angular
24
+ - browser-create-react-app
25
+ - browser-esbuild
26
+ - browser-exchange-files
27
+ - browser-ipns-publish
28
+ - browser-lit
29
+ - browser-mfs
30
+ - browser-nextjs
31
+ - browser-readablestream
32
+ - browser-script-tag
33
33
- browser-service-worker
34
- # - browser-sharing-node-across-tabs
35
- # - browser-video-streaming
36
- # - browser-vite
37
- # - browser-vue
38
- # - browser-webpack
39
- # - circuit-relaying
40
- # - custom-ipfs-repo
41
- # - custom-ipld-formats
42
- # - custom-libp2p
43
- # - http-client-browser-pubsub
44
- # - http-client-bundle-webpack
45
- # - http-client-name-api
46
- # - http-client-upload-file
47
- # - ipfs-101
48
- # # - ipfs-client-add-files
49
- # - run-in-electron
50
- # - running-multiple-nodes
51
- # - traverse-ipld-graphs
52
- # - types-use-ipfs-from-ts
53
- # - types-use-ipfs-from-typed-js
34
+ - browser-sharing-node-across-tabs
35
+ - browser-video-streaming
36
+ - browser-vite
37
+ - browser-vue
38
+ - browser-webpack
39
+ - circuit-relaying
40
+ - custom-ipfs-repo
41
+ - custom-ipld-formats
42
+ - custom-libp2p
43
+ - http-client-browser-pubsub
44
+ - http-client-bundle-webpack
45
+ - http-client-name-api
46
+ - http-client-upload-file
47
+ - ipfs-101
48
+ # - ipfs-client-add-files
49
+ - run-in-electron
50
+ - running-multiple-nodes
51
+ - traverse-ipld-graphs
52
+ - types-use-ipfs-from-ts
53
+ - types-use-ipfs-from-typed-js
54
54
defaults :
55
55
run :
56
56
working-directory : examples/${{ matrix.project }}
@@ -68,20 +68,19 @@ jobs:
68
68
env :
69
69
CI : true
70
70
71
- # temporarily disable this while we address failures in `browser-service-worker`
72
- # monorepo:
73
- # runs-on: ubuntu-latest
74
- # name: Test monorepo
75
- # steps:
76
- # - uses: actions/checkout@v3
77
- # - uses: actions/setup-node@v3
78
- # with:
79
- # node-version: lts/*
80
- # - name: Install dependencies
81
- # run: npm install
82
- # - name: Install Playwright
83
- # run: npx -y playwright install --with-deps
84
- # - name: Run test:examples
85
- # run: npm run test:examples
86
- # env:
87
- # CI: true
71
+ monorepo :
72
+ runs-on : ubuntu-latest
73
+ name : Test monorepo
74
+ steps :
75
+ - uses : actions/checkout@v3
76
+ - uses : actions/setup-node@v3
77
+ with :
78
+ node-version : lts/*
79
+ - name : Install dependencies
80
+ run : npm install
81
+ - name : Install Playwright
82
+ run : npx -y playwright install --with-deps
83
+ - name : Run test:examples
84
+ run : npm run test:examples
85
+ env :
86
+ CI : true
0 commit comments