Skip to content

Commit

Permalink
update nodejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
georgios-uber committed Oct 29, 2019
1 parent 7d82b3d commit a771778
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,17 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: GitHub Action for Yarn
- name: Yarn Install
uses: Borales/actions-yarn@v2.0.0
- name: npm install, build, and test
run: |
yarn
yarn bootstrap
with:
cmd: install
- name: Yarn Bootstrap
uses: Borales/actions-yarn@v2.0.0
with:
cmd: bootstrap
- name: Yarn Test
uses: Borales/actions-yarn@v2.0.0
with:
cmd: test-ci
env:
CI: true

0 comments on commit a771778

Please sign in to comment.