Skip to content

Commit 4176249

Browse files
committed
Add webkit test to CI
1 parent fb3d1f6 commit 4176249

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/main.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,21 @@ jobs:
100100
directory: ./.nyc_output
101101
flags: firefox-webworker
102102

103+
test-webkit:
104+
needs: check
105+
runs-on: ubuntu-latest
106+
steps:
107+
- uses: actions/checkout@v3
108+
- uses: actions/setup-node@v3
109+
with:
110+
node-version: lts/*
111+
- uses: ipfs/aegir/actions/cache-node-modules@master
112+
- run: npm run --if-present test:webkit
113+
- uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b # v2.1.0
114+
with:
115+
directory: ./.nyc_output
116+
flags: webkit
117+
103118
test-electron-main:
104119
needs: check
105120
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)