Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

chore: 10.6.0 updates #20

chore: 10.6.0 updates

chore: 10.6.0 updates #20

Workflow file for this run

name: Build and test
on:
pull_request:
push:
branches:
- main
jobs:
build-test:
if: github.repository == 'akka/akka-http-quickstart-java.g8'
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up JDK 17
uses: coursier/[email protected]
with:
jvm: temurin:1.17
- name: Cache Coursier cache
uses: coursier/[email protected]
- name: sbt & Paradox
run: sbt test docs/paradox