Skip to content

feat: add access id #40

feat: add access id

feat: add access id #40

Workflow file for this run

name: Test
on:
workflow_dispatch:
push:
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- name: npm install
run: npm clean-install
- name: npm run test
run: npm run test