#!/usr/bin/env bash set -eux # Starting from scratch... git clean -xdf mill testng.publishLocal # Needed for CaffeineTests # Run tests mill integration.test "mill.integration.local.{AcyclicTests,AmmoniteTests}"