Skip to content

Commit

Permalink
WFLY-18383 Quickstart for MicroProfile LRA
Browse files Browse the repository at this point in the history
  • Loading branch information
xstefank committed Nov 29, 2023
1 parent 59d4d80 commit 8e3214c
Show file tree
Hide file tree
Showing 16 changed files with 1,700 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/quickstart_microprofile-lra_ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: WildFly microprofile-lra Quickstart CI

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths:
- 'microprofile-lra/**'
- '.github/workflows/quickstart_ci.yml'
jobs:
call-quickstart_ci:
uses: ./.github/workflows/quickstart_ci.yml
with:
QUICKSTART_PATH: microprofile-lra
TEST_BOOTABLE_JAR: true
Loading

0 comments on commit 8e3214c

Please sign in to comment.