1+ # File managed by web3-bot. DO NOT EDIT.
2+ # See https://github.com/protocol/.github/ for details.
3+
14name : test & maybe release
25on :
36 push :
3740 - run : npm run --if-present test:node
3841 - uses : codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # v3.1.0
3942 with :
40- directory : ./.nyc_output
4143 flags : node
4244
4345 test-chrome :
5254 - run : npm run --if-present test:chrome
5355 - uses : codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # v3.1.0
5456 with :
55- directory : ./.nyc_output
5657 flags : chrome
5758
5859 test-chrome-webworker :
6768 - run : npm run --if-present test:chrome-webworker
6869 - uses : codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # v3.1.0
6970 with :
70- directory : ./.nyc_output
7171 flags : chrome-webworker
7272
7373 test-firefox :
8282 - run : npm run --if-present test:firefox
8383 - uses : codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # v3.1.0
8484 with :
85- directory : ./.nyc_output
8685 flags : firefox
8786
8887 test-firefox-webworker :
9796 - run : npm run --if-present test:firefox-webworker
9897 - uses : codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # v3.1.0
9998 with :
100- directory : ./.nyc_output
10199 flags : firefox-webworker
102100
103101 test-electron-main :
@@ -112,7 +110,6 @@ jobs:
112110 - run : npx xvfb-maybe npm run --if-present test:electron-main
113111 - uses : codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # v3.1.0
114112 with :
115- directory : ./.nyc_output
116113 flags : electron-main
117114
118115 test-electron-renderer :
@@ -127,7 +124,6 @@ jobs:
127124 - run : npx xvfb-maybe npm run --if-present test:electron-renderer
128125 - uses : codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # v3.1.0
129126 with :
130- directory : ./.nyc_output
131127 flags : electron-renderer
132128
133129 release :
0 commit comments