Skip to content

Commit

Permalink
Update task.yml
Browse files Browse the repository at this point in the history
Fix name of war to be able to carry out the tests
  • Loading branch information
juanfeSanahuja authored Oct 6, 2023
1 parent 8902508 commit 759a038
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
jobs:
build:
uses: opencb/java-common-libs/.github/workflows/build-java-app-workflow.yml@develop

with:
maven_opts: -DCELLBASE.WAR.NAME=cellbase -P default-config-test

test:
uses: ./.github/workflows/test-analysis.yml
needs: build
Expand Down

0 comments on commit 759a038

Please sign in to comment.