Skip to content

#760 Migrate from Akka to Pekko #26

#760 Migrate from Akka to Pekko

#760 Migrate from Akka to Pekko #26

Workflow file for this run

name: Pull Request
'on':
pull_request:
branches:
- master
jobs:
test:
strategy:
matrix:
scala-version: [2.12.15, 2.13.7]
runs-on: ubuntu-latest
env:
ACTION_JDK_VERSION: openjdk8
SCALA_VERSION: ${{ matrix.scala-version }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup JDK
uses: olafurpg/setup-scala@v11
with:
java-version: [email protected]
- run: sbt ++$SCALA_VERSION clean coverage test
- run: sbt ++$SCALA_VERSION coverageReport
- run: sbt ++$SCALA_VERSION coverageAggregate