We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff3d514 commit 1e76a3eCopy full SHA for 1e76a3e
.github/workflows/nightly-snapshot.yml
@@ -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