Skip to content

Update pekko-quartz-scheduler to 1.3.0-pekko-1.1.x (#77) #179

Update pekko-quartz-scheduler to 1.3.0-pekko-1.1.x (#77)

Update pekko-quartz-scheduler to 1.3.0-pekko-1.1.x (#77) #179

Workflow file for this run

name: Scala CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
- uses: sbt/setup-sbt@v1
- name: Run tests
run: sbt test