Skip to content

Bump @aws-sdk/client-s3 from 3.417.0 to 3.429.0 in /npm #7402

Bump @aws-sdk/client-s3 from 3.417.0 to 3.429.0 in /npm

Bump @aws-sdk/client-s3 from 3.417.0 to 3.429.0 in /npm #7402

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
secrets:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}