Skip to content

Merge pull request #1418 from nationalarchives/update/scala-steward-d… #3764

Merge pull request #1418 from nationalarchives/update/scala-steward-d…

Merge pull request #1418 from nationalarchives/update/scala-steward-d… #3764

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 }}