Skip to content

Merge pull request #9 from abs-tudelft/chore/module-revamp #4

Merge pull request #9 from abs-tudelft/chore/module-revamp

Merge pull request #9 from abs-tudelft/chore/module-revamp #4

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
tags: ["v*"]
pull_request:
branches: ["*"]
jobs:
build:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'sbt'
- name: Test
run: sbt --client ci
- name: Test publishing
run: sbt --client publishLocal