Skip to content

Merge pull request #41 from janis-commerce/JUIP-152-creación-de-compo… #400

Merge pull request #41 from janis-commerce/JUIP-152-creación-de-compo…

Merge pull request #41 from janis-commerce/JUIP-152-creación-de-compo… #400

Workflow file for this run

name: Build Status
on: ['push']
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: npm install, run test
run: |
npm install
npm run lint
npm run test:coverage