Skip to content

Replace workflows with those from shared templates #1137

Replace workflows with those from shared templates

Replace workflows with those from shared templates #1137

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: ''
build-docker:
uses: digicatapult/shared-workflows/.github/workflows/build-docker.yml@main
permissions:
packages: write
contents: write