Skip to content

Post-release of v17.1.0 by @emdash-ie: set snapshot version #430

Post-release of v17.1.0 by @emdash-ie: set snapshot version

Post-release of v17.1.0 by @emdash-ie: set snapshot version #430

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
# triggering CI default branch improves caching
# see https://docs.github.com/en/free-pro-team@latest/actions/guides/caching-dependencies-to-speed-up-workflows#restrictions-for-accessing-a-cache
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: guardian/setup-scala@v1
- name: Build and Test
run: sbt -v +test publishLocal
- name: Test Summary
uses: test-summary/action@v2
with:
paths: "test-results/**/TEST-*.xml"
if: always()
- name: Integration Test
working-directory: ./play-v30/src/sbt-test/example/webapp
run: sbt -v compile