Skip to content

Commit

Permalink
Publish stryker4s-api when mutation-testing maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk authored Dec 18, 2020
1 parent e025208 commit 68ce385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mutation-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Run Stryker4s
run: |
export JAVA_OPTS="-XX:+CMSClassUnloadingEnabled -Xmx6G $JAVA_OPTS"
csbt 'set version in ThisBuild := "SET-BY-SBT-SNAPSHOT"' stryker4s-core2_12/publishM2
csbt 'set version in ThisBuild := "SET-BY-SBT-SNAPSHOT"; stryker4s-api2_12/publishM2; stryker4s-core2_12/publishM2'
cd maven
mvn -B --no-transfer-progress stryker4s:run
env:
Expand Down

0 comments on commit 68ce385

Please sign in to comment.