Skip to content

Commit

Permalink
tests(action): test commenting report
Browse files Browse the repository at this point in the history
  • Loading branch information
parkererickson-tg committed Jan 18, 2024
1 parent 867befe commit ea1cf8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
echo "test failed with status $status"
exit $status
fi
docker exec nlqs-tests bash -c "cat /code/tests/report_url.txt"
docker exec nlqs-tests bash -c "cat /code/tests/report_url.txt" >> $GITHUB_OUTPUT
- name: Comment on PR
uses: actions/github-script@v6
Expand All @@ -64,7 +64,7 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: process.env.TEST_OUTPUT
body: process.env.GITHUB_OUTPUT
})`
Expand Down

0 comments on commit ea1cf8c

Please sign in to comment.