Skip to content

Merge branch 'main' of https://github.com/onify/blueprint-sokigo-abou… #6

Merge branch 'main' of https://github.com/onify/blueprint-sokigo-abou…

Merge branch 'main' of https://github.com/onify/blueprint-sokigo-abou… #6

Workflow file for this run

name: Test suite
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
name: run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: 18
- run: npm ci
- run: npm test