15
15
- run : npm install
16
16
- run : npx aegir lint
17
17
- run : npx aegir ts -p check
18
- # or
19
- # - uses: gozala/[email protected]
20
18
# - run: npx aegir build
21
19
- run : npx aegir dep-check
22
20
# - uses: ipfs/aegir/actions/bundle-size@master
@@ -38,42 +36,42 @@ jobs:
38
36
- run : npm install
39
37
- run : npx aegir test -t node --bail --cov
40
38
- 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