This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
chore: 10.6.0 updates #20
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |