Skip to content

[tests] CurrentEnvironmentUtils: throw exception instead of returning… #165

[tests] CurrentEnvironmentUtils: throw exception instead of returning…

[tests] CurrentEnvironmentUtils: throw exception instead of returning… #165

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