Skip to content

Commit

Permalink
TECH-1145: Fixed nightly workflow (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fgerthoffert authored Sep 15, 2023
1 parent 19458cf commit 3e2f014
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Nightly Test run

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

Expand All @@ -26,8 +27,10 @@ jobs:
- uses: jahia/jahia-modules-action/integration-tests@v2
with:
module_id: siteSettings
timeout_minutes: 20
testrail_project: Site Settings Module
tests_manifest: provisioning-manifest-snapshot.yml
jahia_image: ${{ matrix.jahia_image }}
should_use_build_artifacts: false
should_skip_artifacts: true
should_skip_notifications: false
Expand Down

0 comments on commit 3e2f014

Please sign in to comment.