Skip to content

pekko-http 1.0.1 (#4) #8

pekko-http 1.0.1 (#4)

pekko-http 1.0.1 (#4) #8

Workflow file for this run

name: Build and test
on:
pull_request:
push:
branches:
- main
jobs:
build-test:
if: github.repository == 'apache/incubator-pekko-http-quickstart-scala.g8'
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Java 11
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
- name: Cache Coursier cache
uses: coursier/cache-action@v6
- name: sbt & Paradox
run: sbt test docs/paradox
- name: generate and test, Scala 3
run: |-
sbt new file://$PWD --name=hello-world --scala_version=3.3.1 --force && pushd hello-world && sbt test