Fully disable ts.layers tests for WF30/WF31 nightly #425
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 |