DO NOT MERGE, JUST FOR RUNNING THE CI with main branch against WF SNAPSHOT #448
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
# This workflow will build a Java project with Maven | |
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven | |
name: WildFly galleon plugins - CI | |
on: | |
push: | |
branches: | |
- '**' | |
pull_request: | |
types: [opened, synchronize, reopened, ready_for_review] | |
jobs: | |
test-galleon-plugins: | |
name: Build test Galleon Plugins | |
uses: wildfly/galleon-plugins/.github/workflows/testing-workflow.yml@main | |
with: | |
wildfly-ref: main |