Skip to content

Commit

Permalink
Add webkit test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Apr 28, 2023
1 parent 7d73f81 commit cfd5c4b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,21 @@ jobs:
directory: ./.nyc_output
flags: firefox-webworker

test-webkit:
needs: check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
- uses: ipfs/aegir/actions/cache-node-modules@master
- run: npm run --if-present test:webkit
- uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b # v2.1.0
with:
directory: ./.nyc_output
flags: webkit

test-electron-main:
needs: check
runs-on: ubuntu-latest
Expand Down

0 comments on commit cfd5c4b

Please sign in to comment.