Update tdr-graphql-client to 0.0.208 in scala-steward-dependencies #3965
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |