Skip to content

Remove docker build as this isn't a docker workflow #1140

Remove docker build as this isn't a docker workflow

Remove docker build as this isn't a docker workflow #1140

Workflow file for this run

name: Test (NPM)
on:
push:
branches-ignore: ['main']
jobs:
static-checks-npm:
uses: digicatapult/shared-workflows/.github/workflows/static-checks-npm.yml@main
with:
matrix_commands: '["lint", "depcheck", "check"]'
tests:
uses: digicatapult/shared-workflows/.github/workflows/tests-npm.yml@main
with:
tests: '["test", "test:unit"]'
docker_compose_file: ''