Skip to content

WebappPlugin: Initial V5 implementation #7

WebappPlugin: Initial V5 implementation

WebappPlugin: Initial V5 implementation #7

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