Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Validation process #146

Validation process

Validation process #146

Workflow file for this run

name: Validation process
on:
push:
branches:
- renovate/**
pull_request:
merge_group:
jobs:
test:
name: Test suite
runs-on: ubuntu-latest
steps:
- name: Get Ivy2 cache
uses: actions/cache@v4
with:
path: ~/.ivy2
key: ivy2-files
- name: Checkout
uses: actions/checkout@v4
- uses: olafurpg/setup-scala@v14
- name: SBT tests and artifacts
run: sbt test