Skip to content

MWPW-157450: Localization Enhancements for quiz-entry block needed #15800

MWPW-157450: Localization Enhancements for quiz-entry block needed

MWPW-157450: Localization Enhancements for quiz-entry block needed #15800

Workflow file for this run

name: Nala Tests (Consuming Apps)
on:
pull_request:
types: [ labeled, opened, synchronize, reopened ]
jobs:
action:
name: Running E2E & IT
runs-on: ubuntu-latest
if: contains(join(github.event.pull_request.labels.*.name, ' '), 'run-nala-on-')
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Run Nala Tests (Consuming Apps)
uses: adobecom/nala@main # Change if doing dev work
env:
labels: ${{ join(github.event.pull_request.labels.*.name, ' ') }}
branch: ${{ github.event.pull_request.head.ref }}
repoName: ${{ github.repository }}
prUrl: ${{ github.event.pull_request.head.repo.html_url }}
prOrg: ${{ github.event.pull_request.head.repo.owner.login }}
prRepo: ${{ github.event.pull_request.head.repo.name }}
prBranch: ${{ github.event.pull_request.head.ref }}
prBaseBranch: ${{ github.event.pull_request.base.ref }}
IMS_EMAIL: ${{ secrets.IMS_EMAIL }}
IMS_PASS: ${{ secrets.IMS_PASS }}