Merge branch 'scala-steward-dependencies' into update/scala-steward-d… #10667
Workflow file for this run
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 Transfer Frontend tests | |
on: | |
pull_request: | |
push: | |
branches-ignore: | |
- master | |
- release-* | |
- dependabot/** | |
permissions: | |
id-token: write | |
contents: read | |
jobs: | |
test: | |
uses: nationalarchives/tdr-github-actions/.github/workflows/tdr_test.yml@main | |
with: | |
repo-name: tdr-transfer-frontend | |
test-command: | | |
npm --prefix npm ci | |
npm --prefix npm run checks | |
sbt scalafmtCheckAll test | |
java-version: '17' | |
secrets: | |
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} |