Skip to content

Commit d8d5533

Browse files
authored
sync: update CI config files (#80)
1 parent 9ba829b commit d8d5533

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/automerge.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# File managed by web3-bot. DO NOT EDIT.
2+
# See https://github.com/protocol/.github/ for details.
3+
14
name: Automerge
25
on: [ pull_request ]
36

.github/workflows/js-test-and-release.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# File managed by web3-bot. DO NOT EDIT.
2+
# See https://github.com/protocol/.github/ for details.
3+
14
name: test & maybe release
25
on:
36
push:
@@ -37,7 +40,6 @@ jobs:
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:
@@ -52,7 +54,6 @@ jobs:
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:
@@ -67,7 +68,6 @@ jobs:
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:
@@ -82,7 +82,6 @@ jobs:
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:
@@ -97,7 +96,6 @@ jobs:
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

Comments
 (0)