Skip to content

scala-library: 2.13.13 -> 2.13.14 (#890) #23

scala-library: 2.13.13 -> 2.13.14 (#890)

scala-library: 2.13.13 -> 2.13.14 (#890) #23

Workflow file for this run

name: examples-free
on:
push:
paths:
- '.github/workflows/examples-free.yml'
- 'examples/free/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: 8
- run: |
cd examples/free
sbt Jetty/test