Skip to content

feat!: migrate to sttp 4 (#516) #1279

feat!: migrate to sttp 4 (#516)

feat!: migrate to sttp 4 (#516) #1279

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
compile-all:
runs-on: ubuntu-latest
env:
JAVA_OPTS: "-Xss32m -Xmx4g"
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Check code format
uses: jrouly/scalafmt-native-action@v4
with:
arguments: "-c .scalafmt.conf --test core akka examples"
- name: Compile
run: ./mill '_._[_].compile'
- name: Test
run: ./mill '_._[_].test'