Skip to content

Update action.yml with Auth Token #58

Update action.yml with Auth Token

Update action.yml with Auth Token #58

Workflow file for this run

on:
[pull_request]
name: Check
jobs:
check:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run tests
run: |
npm ci
npm run test