Skip to content

Merge pull request #20 from k4a-l/feature/add-command-of-forced-incre… #46

Merge pull request #20 from k4a-l/feature/add-command-of-forced-incre…

Merge pull request #20 from k4a-l/feature/add-command-of-forced-incre… #46

Workflow file for this run

name: jest
on:
push:
tags-ignore:
- '[0-9]+.[0-9]+.[0-9]+'
branches:
- '*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 14
- name: npm 7
run: npm i -g npm@7 --registry=https://registry.npmjs.org
- name: npm install
run: npm install
- name: npm run test
run: npm run test-action