Skip to content

chore: akka repository configuration #14

chore: akka repository configuration

chore: akka repository configuration #14

Workflow file for this run

name: Build and test
on:
pull_request:
jobs:
build-test:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
with:
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
fetch-depth: 0
- name: Set up JDK 11
uses: olafurpg/setup-scala@v10
with:
java-version: adopt@1.11.0
- name: Cache Coursier cache
uses: coursier/cache-action@v6.2
- name: generate and test
# This runs the template with the default parameters, and runs test within the templated app.
run: sbt -Dfile.encoding=UTF8 -J-XX:ReservedCodeCacheSize=256M test docs/paradox