File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5252 ISSUE_URL : ${{ github.event.pull_request.html_url }}
5353 run : |
54+ gh release -R CodeYourFuture/trainee-tracker view --json assets -q ".assets[] | select(.name | startswith(\"pr-metadata-validator-musl-\")).url" | xargs curl --fail -L -o /tmp/pr-metadata-validator && chmod 0755 /tmp/pr-metadata-validator
55+ /tmp/pr-metadata-validator --only-close-existing-comments-with-tag="sdc-test-results" "${ISSUE_URL}"
5456 gh pr comment $ISSUE_URL --body-file testoutput.txt
5557 - name : add appropriate labels
5658 if : steps.test-individual-shell-tools.outputs.complete == 'y' || steps.test-jq.outputs.complete == 'y' || steps.test-shell-pipelines.outputs.complete == 'y' || steps.test-implement-cowsay.outputs.complete == 'y'
Original file line number Diff line number Diff line change 55# You can run this file using ./test-sdc.sh task-directory-name to check your output
66
77echo " <!--CYFTT tag: sdc-test-results-->" > testoutput.txt
8- echo " Results of test" >> testoutput.txt
8+ echo " Results of test: " >> testoutput.txt
99
1010if [[ " $1 " == " individual-shell-tools" ]]; then
1111 cd individual-shell-tools
You can’t perform that action at this time.
0 commit comments