Skip to content

Commit 76a94cc

Browse files
committed
chore(tmp): disable all but browser-service-worker tests
1 parent 2c99e77 commit 76a94cc

File tree

1 file changed

+48
-47
lines changed

1 file changed

+48
-47
lines changed

.github/workflows/ci.yml

+48-47
Original file line numberDiff line numberDiff line change
@@ -19,38 +19,38 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
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
3333
- 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
5454
defaults:
5555
run:
5656
working-directory: examples/${{ matrix.project }}
@@ -68,19 +68,20 @@ jobs:
6868
env:
6969
CI: true
7070

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
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

0 commit comments

Comments
 (0)