Skip to content

v1.1.15 published by lindseydew #139

v1.1.15 published by lindseydew

v1.1.15 published by lindseydew #139

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup JDK and sbt
uses: guardian/setup-scala@v1
- name: Build and Test
run: sbt -v +test
- name: Test Summary
uses: test-summary/action@v2
with:
paths: "test-results/**/TEST-*.xml"
if: always()