Skip to content

Commit fddfada

Browse files
committed
feat: echo output from typescript output
1 parent 73e1349 commit fddfada

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

+7
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@ jobs:
6363
with:
6464
milliseconds: 2000
6565

66+
# echo outputs from test-action's stdout
67+
- name: Set Output
68+
id: set-output
69+
run:
70+
echo "::set-output name=time::$(cat ${{
71+
steps.test-action.outputs.stdout }})"
72+
6673
- name: Post comment on PR
6774
uses: peter-evans/create-or-update-comment@v4
6875
with:

0 commit comments

Comments
 (0)