[WFLY-19947]:Upgrade jaxws-tools plugin to 1.3.1.Final to fix the wro… #124
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 jaxws-retail Quickstart CI | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened, ready_for_review] | |
paths: | |
- 'jaxws-retail/**' | |
- '.github/workflows/quickstart_ci.yml' | |
jobs: | |
call-quickstart_ci: | |
uses: ./.github/workflows/quickstart_ci.yml | |
with: | |
QUICKSTART_PATH: jaxws-retail | |
TEST_PROVISIONED_SERVER: true |