Skip to content

Commit

Permalink
ci: update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
run-nan committed Sep 13, 2021
1 parent 0c5ff87 commit c55dd36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Unit Test
name: Run Unit Test For @obvious/core

on:
push:
Expand Down Expand Up @@ -32,12 +32,13 @@ jobs:
${{ runner.os }}-
- name: Install Dependencies
run: npm -v && npm install
run: npm install && cd ./packages/core && npm install

- name: Run Unit Test
run: npm run test
run: cd ./packages/core && npm run test

- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./packages/core/coverage/lcov.info
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"packages/*"
],
"scripts": {
"postinstall": "lerna bootstrap",
"bootstrap": "lerna bootstrap",
"clean": "lerna clean",
"test": "lerna run test --stream",
Expand Down

0 comments on commit c55dd36

Please sign in to comment.