mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-08-02 22:30:39 +00:00
Update nodejs.yml
This commit is contained in:
parent
cb8f0bd2e6
commit
478f83bb50
13
.github/workflows/nodejs.yml
vendored
13
.github/workflows/nodejs.yml
vendored
@ -33,14 +33,11 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
build:
|
||||
|
||||
npm:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x, 14.x, 16.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
@ -55,3 +52,11 @@ jobs:
|
||||
npm run test:unit
|
||||
env:
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user