Skip to content

Commit

Permalink
Update .buildkite/commands/run-unit-tests.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Olivier Halligon <[email protected]>
  • Loading branch information
wzieba and AliSoftware authored Aug 12, 2024
1 parent 3c24529 commit 67fbe10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/commands/run-unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ echo "--- ⚒️ Generating and uploading code coverage"
.buildkite/commands/upload-code-coverage.sh

echo "--- 🧪 Copying test logs for test collector"
mkdir WooCommerce/build/buildkite-test-analytics && cp $results_file WooCommerce/build/buildkite-test-analytics
mkdir WooCommerce/build/buildkite-test-analytics && cp "$results_file" WooCommerce/build/buildkite-test-analytics

exit $TESTS_EXIT_STATUS

0 comments on commit 67fbe10

Please sign in to comment.