Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WFLY-18465] EJB Remote: add CI scripts #785

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions ejb-remote/.github/quickstart_ejb_remote_ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: WildFly EJB Remote Quickstart CI

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths:
- <quickstart-path>/**'
- .github/workflows/quickstart_ci.yml

jobs:
call-quickstart_ci:
uses: ./.github/workflows/quickstart_ci.yml
with:
QUICKSTART_PATH: ejb-remote
DEPLOYMENT_DIR: webapp
TEST_PROVISIONED_SERVER: true
TEST_BOOTABLE_JAR: true
TEST_OPENSHIFT: false
SERVER_PROVISIONING_SERVER_HOST: https://localhost:8443
MATRIX_JDK: '"17"'
MATRIX_OS: '"ubuntu-latest"'