Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Mill build (#362) #1020

Mill build (#362)

Mill build (#362) #1020

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
env:
JAVA_OPTS: -Xmx4G -Xss8m -XX:+UseG1GC
steps:
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1
with:
java-version: [email protected]
- name: Tyrian Compile & Test
run: bash ci.sh