Skip to content

Commit 1e76a3e

Browse files
committed
Add nightly WildFly SNAPSHOT ci
1 parent ff3d514 commit 1e76a3e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# This workflow will build a Java project with Maven
2+
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
3+
4+
name: WildFly galleon plugins - Nightly WildFly SNAPSHOT
5+
6+
on:
7+
schedule:
8+
- cron: "0 0 * * *"
9+
10+
jobs:
11+
test-galleon-plugins:
12+
name: Build test Galleon Plugins
13+
uses: wildfly/galleon-plugins/.github/workflows/testing-workflow.yml@main
14+
with:
15+
wildfly-ref: main

0 commit comments

Comments
 (0)