Skip to content

Commit

Permalink
TECH-1657: Replace jahia-discovery with jahia-ee (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fgerthoffert authored Mar 13, 2024
1 parent 166b715 commit 4640311
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: jahia/jahia-modules-action/integration-tests@v2
with:
module_id: OSGi-modules-samples
jahia_image: jahia/jahia-discovery-dev:8-SNAPSHOT
jahia_image: jahia/jahia-ee-dev:8-SNAPSHOT
incident_service: OSGi-modules-samples-JahiaSN
timeout_minutes: 20
tests_manifest: provisioning-manifest-snapshot.yml
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- uses: jahia/jahia-modules-action/integration-tests@v2
with:
module_id: OSGi-modules-samples
jahia_image: jahia/jahia-discovery:8
jahia_image: jahia/jahia-ee:8
incident_service: OSGi-modules-samples-JahiaRL
timeout_minutes: 20
tests_manifest: provisioning-manifest-snapshot.yml
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 @@ -53,7 +53,7 @@ jobs:
with:
module_id: OSGi-modules-samples
tests_manifest: provisioning-manifest-build.yml
jahia_image: jahia/jahia-discovery-dev:8-SNAPSHOT
jahia_image: jahia/jahia-ee-dev:8-SNAPSHOT
should_use_build_artifacts: true
should_skip_testrail: true
github_artifact_name: pat-standalone-artifacts-${{ github.run_number }}
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 @@ -45,7 +45,7 @@ jobs:
with:
module_id: OSGi-modules-samples
tests_manifest: provisioning-manifest-build.yml
jahia_image: jahia/jahia-discovery-dev:8-SNAPSHOT
jahia_image: jahia/jahia-ee-dev:8-SNAPSHOT
should_use_build_artifacts: true
github_artifact_name: samples-standalone-artifacts-${{ github.run_number }}
bastion_ssh_private_key: ${{ secrets.BASTION_SSH_PRIVATE_KEY_JAHIACI }}
Expand Down

0 comments on commit 4640311

Please sign in to comment.