Skip to content

Commit

Permalink
Update manual-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja authored Oct 23, 2024
1 parent 808f9ff commit 65b565a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/manual-test.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
mvn install surefire-report:report ${FAIL_NEVER} -Dcheckstyle.skip

0 comments on commit 65b565a

Please sign in to comment.