Skip to content

Commit

Permalink
Restore all the original tests output v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ptejada committed May 29, 2023
1 parent 327b114 commit 8a4b603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
yarn add socket.io@${{ matrix.socketio }} artillery@${{ matrix.artillery }}
echo "::endgroup::"
echo 'TEST_RESULT<<EOF' >> $GITHUB_ENV
yarn test-new 1>&2 >> $GITHUB_ENV
yarn test-new | tee -a $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
- name: Check failure
if: "contains(env.TEST_RESULT, 'Errors:') || contains(env.TEST_RESULT, 'Scenarios completed: 0') || contains(env.TEST_RESULT, 'error Command failed')"
Expand Down

0 comments on commit 8a4b603

Please sign in to comment.