Skip to content

Commit

Permalink
test: fix Testrail project name
Browse files Browse the repository at this point in the history
  • Loading branch information
sdusolle committed Feb 7, 2025
1 parent b5a24ec commit abe8fea
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: jahia/jahia-modules-action/integration-tests@v2
with:
module_id: siteSettings
testrail_project: Site Settings Module
testrail_project: Site Settings
jahia_image: ${{ github.event.inputs.jahia_image }}
should_use_build_artifacts: false
should_skip_artifacts: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-jahiaRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
module_id: siteSettings
incident_service: siteSettings-JahiaRL
timeout_minutes: 20
testrail_project: Site Settings Module
testrail_project: Site Settings
tests_manifest: provisioning-manifest-snapshot.yml
jahia_image: jahia/jahia-ee:8
should_use_build_artifacts: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-jahiaSnapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
module_id: siteSettings
incident_service: siteSettings-JahiaSN
timeout_minutes: 20
testrail_project: Site Settings Module
testrail_project: Site Settings
tests_manifest: provisioning-manifest-snapshot.yml
jahia_image: jahia/jahia-ee-dev:8-SNAPSHOT
should_use_build_artifacts: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-code-change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- uses: jahia/jahia-modules-action/integration-tests@v2
with:
module_id: siteSettings
testrail_project: Site Settings Module
testrail_project: Site Settings
tests_manifest: provisioning-manifest-build.yml
jahia_image: jahia/jahia-ee-dev:8-SNAPSHOT
should_use_build_artifacts: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- uses: jahia/jahia-modules-action/integration-tests@v2
with:
module_id: siteSettings
testrail_project: Site Settings Module
testrail_project: Site Settings
tests_manifest: provisioning-manifest-build.yml
jahia_image: jahia/jahia-ee-dev:8-SNAPSHOT
should_use_build_artifacts: true
Expand Down

0 comments on commit abe8fea

Please sign in to comment.