Skip to content

Ears need to use install to populate the mvn repo #79

Ears need to use install to populate the mvn repo

Ears need to use install to populate the mvn repo #79

name: WildFly todo-backend Quickstart CI
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths:
- 'todo-backend/**'
- '.github/workflows/quickstart_ci.yml'
jobs:
call-quickstart_ci:
uses: ./.github/workflows/quickstart_ci.yml

Check failure on line 11 in .github/workflows/quickstart_todo-backend_ci.yml

View workflow run for this annotation

GitHub Actions / WildFly todo-backend Quickstart CI

Invalid workflow file

The workflow is not valid. In .github/workflows/quickstart_todo-backend_ci.yml (Line: 11, Col: 11): Error from called workflow wildfly/quickstart/.github/workflows/quickstart_ci.yml@af7c951e60247ad6f7216070d8eee2f9f0979060 (Line: 110, Col: 14): Unrecognized named-value: 'imputs'. Located at position 1 within expression: imputs.MVN_COMMAND In .github/workflows/quickstart_todo-backend_ci.yml (Line: 11, Col: 11): Error from called workflow wildfly/quickstart/.github/workflows/quickstart_ci.yml@af7c951e60247ad6f7216070d8eee2f9f0979060 (Line: 128, Col: 14): Unrecognized named-value: 'imputs'. Located at position 1 within expression: imputs.MVN_COMMAND
with:
QUICKSTART_PATH: todo-backend
TEST_PROVISIONED_SERVER: true
TEST_OPENSHIFT: true
MATRIX_OS: '"ubuntu-latest"'
EXTRA_RUN_ARGS: '-DPOSTGRESQL_DATABASE=todos -DPOSTGRESQL_SERVICE_HOST=localhost -DPOSTGRESQL_SERVICE_PORT=5432 -DPOSTGRESQL_USER=todos -DPOSTGRESQL_PASSWORD=mysecretpassword -DPOSTGRESQL_DATASOURCE=ToDos'