diff --git a/.github/workflows/manual-test.yml b/.github/workflows/manual-test.yml index 9c0ccc708..019cad83d 100644 --- a/.github/workflows/manual-test.yml +++ b/.github/workflows/manual-test.yml @@ -1,10 +1,10 @@ -name: Manual Junit test the project +basename: Manual Junit test the project on: workflow_dispatch: inputs: branch: - description: 'Opencga branch to run the tests' + description: 'Cellbase branch to run the tests' default: 'develop' required: true fail-never: @@ -51,4 +51,4 @@ jobs: if [ "${{ github.event.inputs.fail-never }}" == "true" ]; then FAIL_NEVER="--fail-never" fi - mvn install surefire-report:report ${FAIL_NEVER} -Dcheckstyle.skip \ No newline at end of file + mvn install surefire-report:report ${FAIL_NEVER} -Dcheckstyle.skip