Skip to content

Commit a9b90fb

Browse files
committed
chore: test on node only4
1 parent 6449d93 commit a9b90fb

File tree

1 file changed

+39
-41
lines changed

1 file changed

+39
-41
lines changed

.github/workflows/main.yml

Lines changed: 39 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
- run: npm install
1616
- run: npx aegir lint
1717
- run: npx aegir ts -p check
18-
# or
19-
# - uses: gozala/[email protected]
2018
# - run: npx aegir build
2119
- run: npx aegir dep-check
2220
# - uses: ipfs/aegir/actions/bundle-size@master
@@ -38,42 +36,42 @@ jobs:
3836
- run: npm install
3937
- run: npx aegir test -t node --bail --cov
4038
- uses: codecov/codecov-action@v1
41-
test-chrome:
42-
needs: check
43-
runs-on: ubuntu-latest
44-
steps:
45-
- uses: actions/checkout@v2
46-
- uses: microsoft/playwright-github-action@v1
47-
- run: npm install
48-
- run: npx aegir test -t browser -t webworker --bail --cov
49-
- uses: codecov/codecov-action@v1
50-
test-firefox:
51-
needs: check
52-
runs-on: ubuntu-latest
53-
steps:
54-
- uses: actions/checkout@v2
55-
- uses: microsoft/playwright-github-action@v1
56-
- run: npm install
57-
- run: npx aegir test -t browser -t webworker --bail -- --browser firefox
58-
test-webkit:
59-
needs: check
60-
runs-on: ubuntu-latest
61-
steps:
62-
- uses: actions/checkout@v2
63-
- uses: microsoft/playwright-github-action@v1
64-
- run: npm install
65-
- run: npx aegir test -t browser -t webworker --bail -- --browser webkit
66-
test-electron-main:
67-
needs: check
68-
runs-on: ubuntu-latest
69-
steps:
70-
- uses: actions/checkout@v2
71-
- run: npm install
72-
- run: npx xvfb-maybe aegir test -t electron-main --bail
73-
test-electron-renderer:
74-
needs: check
75-
runs-on: ubuntu-latest
76-
steps:
77-
- uses: actions/checkout@v2
78-
- run: npm install
79-
- run: npx xvfb-maybe aegir test -t electron-renderer --bail
39+
# test-chrome:
40+
# needs: check
41+
# runs-on: ubuntu-latest
42+
# steps:
43+
# - uses: actions/checkout@v2
44+
# - uses: microsoft/playwright-github-action@v1
45+
# - run: npm install
46+
# - run: npx aegir test -t browser -t webworker --bail --cov
47+
# - uses: codecov/codecov-action@v1
48+
# test-firefox:
49+
# needs: check
50+
# runs-on: ubuntu-latest
51+
# steps:
52+
# - uses: actions/checkout@v2
53+
# - uses: microsoft/playwright-github-action@v1
54+
# - run: npm install
55+
# - run: npx aegir test -t browser -t webworker --bail -- --browser firefox
56+
# test-webkit:
57+
# needs: check
58+
# runs-on: ubuntu-latest
59+
# steps:
60+
# - uses: actions/checkout@v2
61+
# - uses: microsoft/playwright-github-action@v1
62+
# - run: npm install
63+
# - run: npx aegir test -t browser -t webworker --bail -- --browser webkit
64+
# test-electron-main:
65+
# needs: check
66+
# runs-on: ubuntu-latest
67+
# steps:
68+
# - uses: actions/checkout@v2
69+
# - run: npm install
70+
# - run: npx xvfb-maybe aegir test -t electron-main --bail
71+
# test-electron-renderer:
72+
# needs: check
73+
# runs-on: ubuntu-latest
74+
# steps:
75+
# - uses: actions/checkout@v2
76+
# - run: npm install
77+
# - run: npx xvfb-maybe aegir test -t electron-renderer --bail

0 commit comments

Comments
 (0)