Skip to content

Update testcontainers-scala-core to 0.41.5 #28

Update testcontainers-scala-core to 0.41.5

Update testcontainers-scala-core to 0.41.5 #28

Workflow file for this run

# Generated file. DO NOT EDIT.
'on':
push:
paths:
- scala-gears/**
- .github/workflows/scala-gears.yaml
pull_request:
paths:
- scala-gears/**
- .github/workflows/scala-gears.yaml
workflow_run:
workflows:
- scenario-server
types:
- completed
jobs:
test:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run == null || github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: '21'
cache: sbt
- run: sbt test
working-directory: ./scala-gears
defaults:
run:
working-directory: scala-gears