Skip to content

Add Coverage YAML/ Github action #17

Add Coverage YAML/ Github action

Add Coverage YAML/ Github action #17

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Scala CI
on:
push:
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: jodersky/setup-mill@master
with:
mill-version: 0.11.2
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- name: Run tests
run: mill app.test