Skip to content

Commit

Permalink
Feat/ #296 replace olafurpg setup scala (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
eruizalo authored Jan 24, 2023
1 parent 3aa27ad commit c78276a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/actions/build_and_coverage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ runs:
steps:

# SETUP & CACHE
- uses: olafurpg/setup-scala@v13
- uses: coursier/[email protected]
with:
jvm: adopt:8
apps: sbt scala scalafmt # https://github.com/coursier/apps

- uses: coursier/cache-action@v6
with:
Expand All @@ -29,7 +32,7 @@ runs:
- name: Test Summary
id: test_summary
if: ${{ success() && steps.test_coverage.conclusion == 'success' || failure() && steps.test_coverage.conclusion == 'failure' }}
uses: test-summary/action@v1
uses: test-summary/action@v2.0
with:
paths: "./core/target/test-reports/**/TEST-*.xml"
output: "test-summary.md"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ jobs:
- uses: actions/checkout@v3

# SETUP & CACHE
- uses: olafurpg/setup-scala@v13
- uses: coursier/[email protected]
with:
jvm: adopt:8
apps: sbt scala scalafmt # https://github.com/coursier/apps

- name: Coursier cache
uses: coursier/cache-action@v6
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/wc_publishSite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ jobs:
- uses: actions/checkout@v3

# SETUP & CACHE
- uses: olafurpg/setup-scala@v13
- uses: coursier/[email protected]
with:
jvm: adopt:8
apps: sbt scala scalafmt # https://github.com/coursier/apps

- uses: coursier/cache-action@v6
with:
Expand Down

0 comments on commit c78276a

Please sign in to comment.