Skip to content

Commit

Permalink
ci: fix Android report path
Browse files Browse the repository at this point in the history
  • Loading branch information
semirp committed May 15, 2024
1 parent d1d5012 commit 66ba510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests-and-code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
path: coverage

run-unit-tests-android:
name: Run unit tests
name: Run Android unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions/upload-artifact@master
with:
name: coverage-file-android
path: package/sdk/android/build/reports/kover
path: packages/sdk/android/build/reports/kover

sonarcloud:
needs:
Expand Down

0 comments on commit 66ba510

Please sign in to comment.