Skip to content

Bump qs and express #215

Bump qs and express

Bump qs and express #215

Workflow file for this run

name: Test
on:
push:
branches:
- "**"
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- run: npm ci
- name: Build
run: npm run build
- name: Unit Tests
run: npm run test:unit