fix missing echo in daily turbopack reporting (#59255)

### What?

GitHub workflow commands need to be echoed

Closes PACK-2075
This commit is contained in:
Leah 2023-12-04 18:02:08 +01:00 committed by GitHub
parent 065d196b5e
commit d348e4b569
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,13 +22,13 @@ jobs:
# Read next.js version from test results, set necessary environment variables.
- name: Print test results
run: |
::group::Passed test paths
echo "::group::Passed test paths"
cat ./test-results/passed-test-path-list.json
::endgroup::
echo "::endgroup::"
::group::Failed test paths
echo "::group::Failed test paths"
cat ./test-results/failed-test-path-list.json
::endgroup::
echo "::endgroup::"
- name: 'Upload results to "Are We Turbo Yet" KV'
env: