Skip to content

Commit

Permalink
ci(prism-node): only check compilation in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Losoponkul committed Nov 16, 2022
1 parent 0265278 commit 9468694
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .github/workflows/prism-node-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ concurrency:
cancel-in-progress: true

on:
# Run with every push to `main` branch
# Run with each PR opened vs Mercury
pull_request:
paths:
- ".github/workflows/prism-node-client.yml"
Expand Down Expand Up @@ -49,20 +47,5 @@ jobs:
run: |
sbt scalafmtCheckAll
- name: Build and test Prism node client
run: sbt test

- name: Aggregate test reports
if: always()
uses: ./.github/actions/aggregate-test-reports
with:
tests-dir: "prism-node/client/scala-client"

- name: Publish test results
# Publish even if the test step fails
if: always()
uses: EnricoMi/publish-unit-test-result-action@v2
with:
junit_files: "prism-node/client/scala-client/target/test-reports/**/TEST-*.xml"
comment_title: "Prism Node Client Test Results"
check_name: "Prism Node Client Test Results"
- name: Build Prism node client
run: sbt compile

0 comments on commit 9468694

Please sign in to comment.