Ears need to use install to populate the mvn repo #115
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: WildFly microprofile-reactive-messaging-kafka Quickstart CI | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened, ready_for_review] | |
paths: | |
- 'microprofile-reactive-messaging-kafka/**' | |
- '.github/workflows/quickstart_ci.yml' | |
jobs: | |
call-quickstart_ci: | |
uses: ./.github/workflows/quickstart_ci.yml | |
with: | |
QUICKSTART_PATH: microprofile-reactive-messaging-kafka | |
TEST_BOOTABLE_JAR: true | |
# See https://issues.redhat.com/browse/WFLY-18676 for why we are excluding this on Windows for now. | |
MATRIX_OS: '"ubuntu-20.04"' |