Skip to content

Update keycloak-core, keycloak-model-jpa, ... to 26.0.8 in scala-stew… #2024

Update keycloak-core, keycloak-model-jpa, ... to 26.0.8 in scala-stew…

Update keycloak-core, keycloak-model-jpa, ... to 26.0.8 in scala-stew… #2024

Workflow file for this run

name: TDR Run Auth Server Tests
on:
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-auth-server
test-command: |
npm install
npm run checks
sbt scalastyle test
java-version: '17'
secrets:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}