mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-06-09 13:41:21 +00:00
Add better names to CI
This commit is contained in:
parent
47e773509e
commit
fd99dc88fe
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -60,8 +60,9 @@ jobs:
|
|||||||
- run: yarn --prefer-offline --frozen-lockfile
|
- run: yarn --prefer-offline --frozen-lockfile
|
||||||
- run: npx nyc --reporter=lcov aegir test -t node -- --bail
|
- run: npx nyc --reporter=lcov aegir test -t node -- --bail
|
||||||
- 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