Skip to content

Bump the npm-dependencies group across 1 directory with 19 updates #10655

Bump the npm-dependencies group across 1 directory with 19 updates

Bump the npm-dependencies group across 1 directory with 19 updates #10655

Workflow file for this run

name: TDR Run Transfer Frontend tests
on:
pull_request:
push:
branches-ignore:
- master
- release-*
- dependabot/**
permissions:
id-token: write
contents: read
jobs:
test:
uses: nationalarchives/tdr-github-actions/.github/workflows/tdr_test.yml@main
with:
repo-name: tdr-transfer-frontend
test-command: |
npm --prefix npm ci
npm --prefix npm run checks
sbt scalafmtCheckAll test
java-version: '17'
secrets:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}