Skip to content

Commit 83f3c56

Browse files
author
l
committed
clean up test results printing
1 parent ba0cdb4 commit 83f3c56

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-sdc-tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
GH_TOKEN: ${{ secrets.MY_TOKEN }}
4646
ISSUE_URL: ${{ github.event.issue.html_url }}
4747
run: |
48-
gh issue comment $ISSUE_URL --body-FILE testoutput.TXT
48+
gh issue comment $ISSUE_URL --body-file testoutput.txt
4949
- name: add appropriate labels
5050
if: steps.test-individual-shell-tools.outputs.complete == 'y' || steps.test-jq.outputs.complete == 'y' || steps.test-shell-pipelines.outputs.complete == 'y'
5151
env:

test-sdc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# You can run this file using ./test-sdc.sh task-directory-name to check your output
44
# You can use it with the individual-shell-tools, jq, and shell-pipelines tasks
55

6-
rm testoutput.txt
6+
echo "Results of test" > testoutput.txt
77
if [[ "$1" == "individual-shell-tools" ]]; then
88
cd individual-shell-tools
99
pass=0

0 commit comments

Comments
 (0)