Skip to content

Make gradle test run verifyMigrationTask instead of check #23

Make gradle test run verifyMigrationTask instead of check

Make gradle test run verifyMigrationTask instead of check #23

Workflow file for this run

# Matches paths that are skipped by PR.yml, to ensure that CI isn't constantly pending.
# See https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/troubleshooting-required-status-checks#handling-skipped-but-required-checks
name: Test
on:
pull_request:
# Ensure paths match paths-ignore in PR.yml
paths:
- 'docs/**'
- '*.md'
- 'mkdocs.yml'
jobs:
build:
strategy:
matrix:
os: [ macOS-latest, windows-latest, ubuntu-latest ]
job: [ instrumentation, test, gradle-plugin-tests ]
exclude:
- os: windows-latest
job: instrumentation
- os: windows-latest
job: gradle-plugin-tests
- os: ubuntu-latest
job: gradle-plugin-tests
# We don't actually need to run on `{{matrix.os}}` for this to work
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'
spotless:
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'