Skip to content

Create publish.yml

Create publish.yml #24

Workflow file for this run

name: Test
on:
pull_request:
types: [opened]
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm i
- name: Run tests
run: npm run test