Skip to content

[tests] disable colors in the sbt process to avoid ascii sequences in… #168

[tests] disable colors in the sbt process to avoid ascii sequences in…

[tests] disable colors in the sbt process to avoid ascii sequences in… #168

Workflow file for this run

name: sbt-idea-plugin build & test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build_and_test:
name: sbt-idea-plugin plugin Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
cache: sbt
- uses: sbt/setup-sbt@v1
- uses: coursier/cache-action@v6
- name: Compile & Test
run: sbt test