Skip to content

Update play, play-guice to 3.0.4 #471

Update play, play-guice to 3.0.4

Update play, play-guice to 3.0.4 #471

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
- name: Tests
run: sbt +test
- name: Coverage
run: sbt clean coverage test coverageReport
- name: Upload codecov
uses: codecov/codecov-action@v2