Skip to content

version bump 256438996201 #1509

version bump 256438996201

version bump 256438996201 #1509

Workflow file for this run

name: TDR Run Tests
on:
pull_request:
push:
branches-ignore:
- master
- release-*
permissions:
id-token: write
contents: write
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
- uses: nationalarchives/tdr-github-actions/.github/actions/run-git-secrets@9214d929d74b527c75cdac14ba96812f90b3ebba # v0.0.35
- uses: nationalarchives/tdr-github-actions/.github/actions/slack-send@9214d929d74b527c75cdac14ba96812f90b3ebba # v0.0.35
if: failure()
with:
message: ":warning: Secrets found in repository ${{ inputs.repo-name }}"
slack-url: ${{ secrets.SLACK_WEBHOOK }}
- name: Run tests
run: sbt test