mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-06-09 18:11:34 +00:00
Add better names to CI
This commit is contained in:
parent
47e773509e
commit
fd99dc88fe
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -62,6 +62,7 @@ jobs:
|
||||
- uses: codecov/codecov-action@v1
|
||||
|
||||
test-chrome:
|
||||
name: Test Chrome
|
||||
needs: check
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@ -83,6 +84,7 @@ jobs:
|
||||
- run: npx aegir test -t browser -t webworker --bail
|
||||
|
||||
test-firefox:
|
||||
name: Test Firefox
|
||||
needs: check
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@ -104,6 +106,7 @@ jobs:
|
||||
- run: npx aegir test -t browser -t webworker --bail -- --browsers FirefoxHeadless
|
||||
|
||||
test-electron-main:
|
||||
name: Test Electron Main
|
||||
needs: check
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@ -125,6 +128,7 @@ jobs:
|
||||
- run: npx xvfb-maybe aegir test -t electron-main --bail
|
||||
|
||||
test-electron-renderer:
|
||||
name: Test Electron Renderer
|
||||
needs: check
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user