Skip to content

Port to glow test pr #53

Port to glow test pr

Port to glow test pr #53

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
with:
QUICKSTART_PATH: todo-backend
TEST_PROVISIONED_SERVER: true
TEST_OPENSHIFT: true
MATRIX_OS: '"ubuntu-latest"'