Skip to content

Commit

Permalink
Merge pull request #318 from jfdenise/main
Browse files Browse the repository at this point in the history
Add nightly WildFly SNAPSHOT ci
  • Loading branch information
jfdenise authored Dec 2, 2024
2 parents ff3d514 + 1e76a3e commit 4b26083
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/nightly-snapshot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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 - Nightly WildFly SNAPSHOT

on:
schedule:
- cron: "0 0 * * *"

jobs:
test-galleon-plugins:
name: Build test Galleon Plugins
uses: wildfly/galleon-plugins/.github/workflows/testing-workflow.yml@main
with:
wildfly-ref: main

0 comments on commit 4b26083

Please sign in to comment.