Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BACKLOG-23517 : fix workflow #110

Merged
merged 2 commits into from
Jan 30, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
BACKLOG-23517 : fix workflow
ksagnard committed Jan 30, 2025
commit 35fb9d3dace9fc2dc727660c8d71b6e9d4036810
2 changes: 1 addition & 1 deletion .github/workflows/manual-run.yml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ jobs:
- uses: jahia/jahia-modules-action/integration-tests@v2
with:
module_id: luxe-jahia-demo
tests_path: 'javascript-modules-engine/tests/'
tests_path: 'tests/'
testrail_project: Demo Site NPM
tests_manifest: ${{ github.event.inputs.manifest }}
jahia_image: ${{ github.event.inputs.jahia_image }}