Skip to content

Commit

Permalink
temp: fix run unit tests script
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Jan 12, 2024
1 parent a4b61e7 commit 2aa86f9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .buildkite/commands/run-unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ mkdir buildkite-test-analytics
cp $test_log_dir buildkite-test-analytics

echo "--- ⚒️ Uploading code coverage"
if [[ $test_suite == 'image-editor']]; then
ls
ls libs/image-editor/build/
ls libs/image-editor/build/reports
ls libs/image-editor/build/reports/kover
cat libs/image-editor/build/reports/kover/reportRelease.xml
if [[ $test_suite == 'image-editor' ]]; then
ls
ls libs/image-editor/build/
ls libs/image-editor/build/reports
ls libs/image-editor/build/reports/kover
cat libs/image-editor/build/reports/kover/reportRelease.xml
fi
.buildkite/commands/upload-code-coverage.sh

Expand Down

0 comments on commit 2aa86f9

Please sign in to comment.