Skip to content

GEOMESA-3396 CI - Split up unit tests into different workflows #1700

GEOMESA-3396 CI - Split up unit tests into different workflows

GEOMESA-3396 CI - Split up unit tests into different workflows #1700

name: scala-2.12
on:
push:
pull_request:
permissions: # added using https://github.com/step-security/secure-repo
contents: read
jobs:
build-and-test:
# avoid duplicate jobs on PRs from the main repo
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
uses: ./.github/workflows/build-and-test.yml
with:
scala-version: "2.12"