Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Gruber committed Apr 10, 2020
1 parent 43593cf commit 9a897be
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: npm test
- run: |
npm install
npm install react react-dom
npm test
npm run build --if-present
npm test
env:
CI: true

0 comments on commit 9a897be

Please sign in to comment.