Skip to content

Commit

Permalink
Update test_and_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypercubed authored Jan 12, 2021
1 parent e8483cf commit 89f05dd
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,23 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Use Node.js 12.x
uses: actions/checkout@v1
- name: Checkout
uses: actions/checkout@v2
with:
node-version: 12.x

- name: Install
run: |
npm ci
env:
CI: true
uses: bahmutov/npm-install@v1

- name: Build
run: |
npm run build
npm run build --if-present
env:
CI: true

- name: Test
run: |
npm run ci
npm run ci --if-present
env:
CI: true

Expand Down

0 comments on commit 89f05dd

Please sign in to comment.