Skip to content

first attempt at pr tests gh action #4

first attempt at pr tests gh action

first attempt at pr tests gh action #4

Workflow file for this run

name: PR Tests
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: docker/setup-buildx-action@v3
- uses: coursier/cache-action@v6.4
- uses: VirtusLab/scala-cli-setup@v1.5
- run: scala-cli --power test branch