Skip to content

INFRA-411: Use shared GA workflows to build and publish. #274

INFRA-411: Use shared GA workflows to build and publish.

INFRA-411: Use shared GA workflows to build and publish. #274

Workflow file for this run

name: CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
strategy:
matrix:
java: [ '8', '11']
uses: mekomsolutions/shared-github-workflow/.github/workflows/maven-build-test.yml@main
uses: actions/setup-java@v2

Check failure on line 15 in .github/workflows/maven.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/maven.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
with:
java-version: ${{ matrix.Java }}
secrets:
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}