Skip to content

Merge pull request #11 from flexponsive/github-action-tests-on-push #1

Merge pull request #11 from flexponsive/github-action-tests-on-push

Merge pull request #11 from flexponsive/github-action-tests-on-push #1

Workflow file for this run

name: "CI"
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: npm ci
- name: Run tests
run: npm run test