Skip to content

Allow overriding MockProviderConfig for inline style, too (currently only ScalaTest, to be transferred for other frameworks). #1372

Allow overriding MockProviderConfig for inline style, too (currently only ScalaTest, to be transferred for other frameworks).

Allow overriding MockProviderConfig for inline style, too (currently only ScalaTest, to be transferred for other frameworks). #1372

Workflow file for this run

name: PR Build
on:
push:
branches:
- main
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
command: [ testCore, testScalaTest, testZioTest, testMunit, testWeaver, testExamples ]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
cache: sbt
- uses: sbt/setup-sbt@v1 #https://eed3si9n.com/setup-sbt/
- run: sbt ${{ matrix.command }}