From 44b7c3095559bd05b29bd1786070ec6f2d34d199 Mon Sep 17 00:00:00 2001 From: sagnard Date: Wed, 29 Jan 2025 10:03:24 +0100 Subject: [PATCH] BACKLOG-23517 : fix manual workflow --- .github/workflows/manual-run.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/manual-run.yml b/.github/workflows/manual-run.yml index 59cb02f..ccee0b0 100644 --- a/.github/workflows/manual-run.yml +++ b/.github/workflows/manual-run.yml @@ -30,7 +30,6 @@ jobs: - uses: jahia/jahia-modules-action/integration-tests@v2 with: module_id: luxe-jahia-demo - tests_path: 'javascript-modules-engine/tests/' testrail_project: Demo Site NPM tests_manifest: ${{ github.event.inputs.manifest }} jahia_image: ${{ github.event.inputs.jahia_image }}