Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Baliasnikov committed Oct 25, 2022
1 parent 3e351a9 commit 6bffbb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mercury.yml
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Run Scala formatter
run: |
echo ${{ env.GITHUB_WORKSPACE }}
echo "defaults = ${{ defaults.run.working-directory }}"
sbt scalafmtCheckAll
- name: Build and test Mercury
Expand All @@ -56,13 +56,13 @@ jobs:
if: always()
uses: ./.github/actions/aggregate-test-reports
with:
tests-dir: "${{ env.GITHUB_WORKSPACE }}"
tests-dir: "${{ defaults.run.working-directory }}"

- name: Publish test results
# Publish even if the test step fails
if: always()
uses: EnricoMi/publish-unit-test-result-action@v2
with:
junit_files: "${{ env.GITHUB_WORKSPACE }}/target/test-reports/**/TEST-*.xml"
junit_files: "${{ defaults.run.working-directory }}/target/test-reports/**/TEST-*.xml"
comment_title: "Mercury Test Results"
check_name: "Mercury Test Results"

0 comments on commit 6bffbb2

Please sign in to comment.