Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove authored Dec 14, 2020
1 parent e42b418 commit fe40fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- master
jobs:
build-uiw:
build-storejs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@master
Expand All @@ -16,4 +16,4 @@ jobs:

- run: npm install
- run: npm run build
- run: npm run test
- run: npm run test

0 comments on commit fe40fb9

Please sign in to comment.