Merge pull request #34 from VirtusLab/bump-scala #44
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run CI | |
on: | |
push: | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- name: Setup coursier cache | |
uses: coursier/cache-action@v6.3 | |
- name: Setup scala-cli | |
uses: VirtusLab/scala-cli-setup@v1.2.2 | |
- name: Run tests | |
run: scala-cli test . --jvm temurin:11 |