Skip to content

chore: update repository templates to https://github.com/ory/meta/com… #192

chore: update repository templates to https://github.com/ory/meta/com…

chore: update repository templates to https://github.com/ory/meta/com… #192

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: "14"
- run: npm ci
- name: Run tests
run: npm run test