Skip to content

Update hibernate-core to 6.5.1.Final in master #3763

Update hibernate-core to 6.5.1.Final in master

Update hibernate-core to 6.5.1.Final in master #3763

Workflow file for this run

name: Windows
on:
pull_request:
push:
schedule:
- cron: '0 18 * * 6'
jobs:
test:
timeout-minutes: 30
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 8
distribution: temurin
- uses: coursier/cache-action@v6
- run: rm project/sbt-pgp.sbt
- run: rm project/sbt-updates.sbt
# TODO: improve the stability of this test; it occurs only with Windows test job
- run: echo 'ThisBuild / Test / testOptions += Tests.Exclude(Seq("basic_test.accounts.AccountDatabaseSpec"))' > skip-tests.sbt
- shell: bash
run: ./test.sh