mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-06-09 20:11:27 +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
|
- uses: codecov/codecov-action@v1
|
||||||
|
|
||||||
test-chrome:
|
test-chrome:
|
||||||
|
name: Test Chrome
|
||||||
needs: check
|
needs: check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@ -83,6 +84,7 @@ jobs:
|
|||||||
- run: npx aegir test -t browser -t webworker --bail
|
- run: npx aegir test -t browser -t webworker --bail
|
||||||
|
|
||||||
test-firefox:
|
test-firefox:
|
||||||
|
name: Test Firefox
|
||||||
needs: check
|
needs: check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@ -104,6 +106,7 @@ jobs:
|
|||||||
- run: npx aegir test -t browser -t webworker --bail -- --browsers FirefoxHeadless
|
- run: npx aegir test -t browser -t webworker --bail -- --browsers FirefoxHeadless
|
||||||
|
|
||||||
test-electron-main:
|
test-electron-main:
|
||||||
|
name: Test Electron Main
|
||||||
needs: check
|
needs: check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@ -125,6 +128,7 @@ jobs:
|
|||||||
- run: npx xvfb-maybe aegir test -t electron-main --bail
|
- run: npx xvfb-maybe aegir test -t electron-main --bail
|
||||||
|
|
||||||
test-electron-renderer:
|
test-electron-renderer:
|
||||||
|
name: Test Electron Renderer
|
||||||
needs: check
|
needs: check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user