Ears need to use install to populate the mvn repo #47
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 websocket-endpoint Quickstart CI | ||
on: | ||
pull_request: | ||
types: [opened, synchronize, reopened, ready_for_review] | ||
paths: | ||
- 'websocket-endpoint/**' | ||
- '.github/workflows/quickstart_ci.yml' | ||
jobs: | ||
call-quickstart_ci: | ||
uses: ./.github/workflows/quickstart_ci.yml | ||
Check failure on line 11 in .github/workflows/quickstart_websocket-endpoint_ci.yml GitHub Actions / WildFly websocket-endpoint Quickstart CIInvalid workflow file
|
||
with: | ||
QUICKSTART_PATH: websocket-endpoint | ||
TEST_PROVISIONED_SERVER: true |