Skip to content

Update sbt-sonatype to 3.10.0 #568

Update sbt-sonatype to 3.10.0

Update sbt-sonatype to 3.10.0 #568

Workflow file for this run

name: TDR Run Tests
on:
pull_request:
push:
branches-ignore:
- master
- release-*
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: nationalarchives/tdr-github-actions/.github/actions/run-git-secrets@main
- uses: nationalarchives/tdr-github-actions/.github/actions/slack-send@main
if: failure()
with:
message: ":warning: Secrets found in repository ${{ inputs.repo-name }}"
slack-url: ${{ secrets.SLACK_WEBHOOK }}
- name: Run tests
run: sbt test