Skip to content

[Snyk] Upgrade: , , , #614

[Snyk] Upgrade: , , ,

[Snyk] Upgrade: , , , #614

Workflow file for this run

name: "Test"
on:
pull_request:
branches: [ main, release, develop, inspect1, inspect2, inspect3 ]
jobs:
checkout-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Node
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
- name: Install
run: npm ci
- name: Run test suite
run: npm run test
env:
CI: true