Skip to content

Update tdr-auth-utils to 0.0.223 in scala-steward-dependencies #3748

Update tdr-auth-utils to 0.0.223 in scala-steward-dependencies

Update tdr-auth-utils to 0.0.223 in scala-steward-dependencies #3748

Workflow file for this run

name: TDR Run Consignment Export Tests
on:
pull_request:
push:
branches-ignore:
- master
- release-*
permissions:
id-token: write
contents: read
jobs:
test:
uses: nationalarchives/tdr-github-actions/.github/workflows/tdr_test.yml@main
with:
repo-name: tdr-consignment-export
test-command: |
docker build -f Dockerfile-tests -t tests .
sbt test
secrets:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}