Update readme (#12)

This commit is contained in:
吴晟 Wu Sheng 2022-01-26 07:57:17 +08:00 committed by GitHub
parent a9d48b8bac
commit 970989100b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 5 deletions

View File

@ -33,14 +33,11 @@ jobs:
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
build: npm:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
node-version: [12.x, 14.x, 16.x] node-version: [12.x, 14.x, 16.x]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
@ -55,3 +52,11 @@ jobs:
npm run test:unit npm run test:unit
env: env:
CI: true CI: true
build:
runs-on: ubuntu-latest
timeout-minutes: 90
needs: [npm]
steps:
- name: To pass or not pass
run: echo "Just to make the GitHub merge button green"

View File

@ -3,10 +3,12 @@ Apache SkyWalking Booster UI
<img src="http://skywalking.apache.org/assets/logo.svg" alt="Sky Walking logo" height="90px" align="right" /> <img src="http://skywalking.apache.org/assets/logo.svg" alt="Sky Walking logo" height="90px" align="right" />
[Apache SkyWalking](https://github.com/apache/skywalking) UI. [Apache SkyWalking](https://github.com/apache/skywalking) Booster UI.
![NPM BUILD](https://github.com/apache/skywalking-booster-ui/workflows/Node%20CI/badge.svg) ![NPM BUILD](https://github.com/apache/skywalking-booster-ui/workflows/Node%20CI/badge.svg)
This UI starts from SkyWalking OAP v9 core, replaced the RocketBot UI used in SkyWalking OAP from v6 to v8.
# Contact Us # Contact Us
* Submit an [issue](https://github.com/apache/skywalking/issues) * Submit an [issue](https://github.com/apache/skywalking/issues)
* Mailing list: **dev@skywalking.apache.org**. Mail to `dev-subscribe@skywalking.apache.org`, follow the reply to subscribe the mailing list * Mailing list: **dev@skywalking.apache.org**. Mail to `dev-subscribe@skywalking.apache.org`, follow the reply to subscribe the mailing list