Skip to content

Manual Test Run

Manual Test Run #13

Workflow file for this run

name: Manual Test Run
on:
workflow_dispatch:
inputs:
SPEC_NAMES:
description: "Spec names of running tests. If there are no names - runs all tests"
required: false
SPECS_TYPE:
type: choice
description: "Specs type to run exact type of tests. If there is no type - runs for all types"
default: all
options:
- all
- web
- api
jobs:
test:
name: "Manual Test Run"
uses: ./.github/workflows/common-job.yml

Check failure on line 21 in .github/workflows/manual.yml

View workflow run for this annotation

GitHub Actions / Manual Test Run

Invalid workflow file

The workflow is not valid. In .github/workflows/manual.yml (Line: 21, Col: 11): Error from called workflow mento-protocol/mento-automation-tests/.github/workflows/common-job.yml@9fb09044ea9f08eddc22a83f9ac12fbc068491e9 (Line: 19, Col: 9): Unexpected value 'SEED_PHRASE' In .github/workflows/manual.yml (Line: 21, Col: 11): Error from called workflow mento-protocol/mento-automation-tests/.github/workflows/common-job.yml@9fb09044ea9f08eddc22a83f9ac12fbc068491e9 (Line: 19, Col: 9): Required property is missing: type
with:
SPEC_NAMES: ${{ github.event.inputs.SPEC_NAMES }}
SPECS_TYPE: ${{ github.event.inputs.SPECS_TYPE }}
REPORT_FLAG: ${{ 'always' }}
secrets:
SEED_PHRASE: ${{ secrets.SEED_PHRASE }}