Skip to content

Merge pull request #102 from scala-steward/update/logback-classic-1.4.13 #240

Merge pull request #102 from scala-steward/update/logback-classic-1.4.13

Merge pull request #102 from scala-steward/update/logback-classic-1.4.13 #240

Workflow file for this run

name: test
on:
push:
branches:
- '**'
tags-ignore:
- '*.*'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3.13.0
with:
distribution: 'temurin'
java-version: '17'
cache: 'sbt'
- name: Run tests
env:
SBT_OPTS: '-Xmx2G'
run: sbt "; test"