Skip to content

Auto PR - Kalix Runtime version 1.1.32 #71

Auto PR - Kalix Runtime version 1.1.32

Auto PR - Kalix Runtime version 1.1.32 #71

Workflow file for this run

name: Build and test
on:
pull_request:
permissions:
contents: read
jobs:
build-test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/[email protected]
- name: Set up JDK 11
uses: coursier/[email protected]
with:
jvm: temurin:1.11
- name: Cache Coursier cache
uses: coursier/[email protected]
- name: sbt 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