Skip to content

Rename MokkeryTestsScope to MokkerySuiteScope #102

Rename MokkeryTestsScope to MokkerySuiteScope

Rename MokkeryTestsScope to MokkerySuiteScope #102

Workflow file for this run

name: Tests Mokkery
on:
workflow_dispatch:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Gradle build
run: ./gradlew build --no-daemon --stacktrace