Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk authored May 17, 2021
1 parent bf6a071 commit aca2bb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,14 @@ jobs:
with:
path: |
~/.m2/repository
!~/.m2/repository/io/stryker-mutator/stryker4s*/SET-BY-SBT-SNAPSHOT
!~/.m2/repository/io/stryker-mutator/*/SET-BY-SBT-SNAPSHOT/
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 11
- name: Cleanup M2
run: rm -rf ~/.m2/repository/io/stryker-mutator/*/SET-BY-SBT-SNAPSHOT/
- name: Publish stryker4s-core
run: sbt 'set ThisBuild / version := "SET-BY-SBT-SNAPSHOT"; stryker4s-api2_12/publishM2; stryker4s-core2_12/publishM2'
- name: Run Maven tests
Expand Down

0 comments on commit aca2bb3

Please sign in to comment.