Skip to content

Commit

Permalink
ci: just run build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jun 15, 2021
1 parent 2532394 commit 7be8817
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/test.yml
Expand Up @@ -5,16 +5,9 @@ on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 15]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: install and test
run: |
yarn install
yarn test
yarn demo-build

0 comments on commit 7be8817

Please sign in to comment.