Skip to content

ci: remove Coursier cache in favor of official actions/setup-java S… #9

ci: remove Coursier cache in favor of official actions/setup-java S…

ci: remove Coursier cache in favor of official actions/setup-java S… #9

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '21'
cache: 'sbt'
- name: ✅ Generate a project and run its test
run: sbt g8Test