Skip to content

Merge pull request #76 from TimonVS/chore/update-licensed-ci #157

Merge pull request #76 from TimonVS/chore/update-licensed-ci

Merge pull request #76 from TimonVS/chore/update-licensed-ci #157

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: npm ci
env:
CI: true
- name: Run tests
run: npm test
env:
CI: true