Skip to content

Manual Tests Run

Manual Tests Run #60

Workflow file for this run

# This workflows can be triggered manually via the GitHub actions UI
# It is used to trigger an integration tests run using snapshot artifacts
name: Manual Tests Run
on:
workflow_dispatch:
inputs:
jahia_image:
description: "Jahia Image"
required: true
default: "ghcr.io/jahia/jahia-ee-dev:8-SNAPSHOT"
manifest:
description: "Provisioning manifest. Can be a local repository file in the tests folder or a publicly accessible link"
required: true
default: "provisioning-manifest-snapshot.yml"
jobs:
integration-tests:
uses: Jahia/jahia-modules-action/.github/workflows/reusable-integration-tests.yml@v2
secrets: inherit
with:
jahia_image: ${{ github.event.inputs.jahia_image }}
module_id: javascript-modules-engine
testrail_project: Javascript Modules Engine
module_branch: ${{ github.ref }}
pagerduty_skip_notification: true
provisioning_manifest: ${{ github.event.inputs.manifest }}
artifact_prefix: js-eng