Skip to content

GEOMESA-3049 Add scaladocs to CI build #1

GEOMESA-3049 Add scaladocs to CI build

GEOMESA-3049 Add scaladocs to CI build #1

name: scala-build
on:
push:
branches:
- main
- '[0-9]+.[0-9]+.x'
tags:
- '**'
pull_request:
permissions: # added using https://github.com/step-security/secure-repo
contents: read
jobs:
build-scala:
strategy:
matrix:
version: [ "2.12", "2.13" ]
uses: ./.github/workflows/build-and-test.yml

Check failure on line 20 in .github/workflows/build-and-test-matrix.yml

View workflow run for this annotation

GitHub Actions / scala-build

Invalid workflow file

The workflow is not valid. In .github/workflows/build-and-test-matrix.yml (Line: 20, Col: 11): Error from called workflow locationtech/geomesa/.github/workflows/build-and-test.yml@ea00380dcc72779b8fedca49619f1153c316651b (Line: 52, Col: 12): Job 'unit-test-accumulo-ds' depends on unknown job 'build-scala'. In .github/workflows/build-and-test-matrix.yml (Line: 20, Col: 11): Error from called workflow locationtech/geomesa/.github/workflows/build-and-test.yml@ea00380dcc72779b8fedca49619f1153c316651b (Line: 58, Col: 12): Job 'unit-test-accumulo-other' depends on unknown job 'build-scala'.
with:
scala-version: ${{ matrix.version }}