Skip to content

Commit

Permalink
ci: [+] hablapps#296 replace setup scala
Browse files Browse the repository at this point in the history
  • Loading branch information
eruizalo committed Jan 23, 2023
1 parent 3aa27ad commit 8ae16fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
8 changes: 3 additions & 5 deletions .github/actions/build_and_coverage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ runs:
steps:

# SETUP & CACHE
- uses: olafurpg/setup-scala@v13

- uses: coursier/cache-action@v6
- uses: japgolly/setup-everything-scala@v3.1
with:
extraKey: "${{ env.SPARK_VERSION }}"
coursier-cache-extraKey: "${{ env.SPARK_VERSION }}"

# CHECK CODE FORMAT
- name: Code Format
Expand All @@ -29,7 +27,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
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,9 @@ jobs:
- uses: actions/checkout@v3

# SETUP & CACHE
- uses: olafurpg/setup-scala@v13

- name: Coursier cache
uses: coursier/cache-action@v6
- uses: japgolly/setup-everything-scala@v3.1
with:
extraKey: "${{ matrix.spark }}"
coursier-cache-extraKey: "${{ matrix.spark }}"

# MAVEN RELEASE
- name: Maven release 🎁
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/wc_publishSite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ jobs:
- uses: actions/checkout@v3

# SETUP & CACHE
- uses: olafurpg/setup-scala@v13

- uses: coursier/cache-action@v6
- uses: japgolly/setup-everything-scala@v3.1
with:
extraKey: "${{ matrix.spark }}"
coursier-cache-extraKey: "${{ matrix.spark }}"

# BUILD SCALADOCS (API)
- name: Build the scaladocs 💻
Expand Down

0 comments on commit 8ae16fe

Please sign in to comment.