Skip to content

Update scalatest to 3.2.17 #16

Update scalatest to 3.2.17

Update scalatest to 3.2.17 #16

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 scalafmtCheckAll test