Skip to content

Commit

Permalink
UHF-8762: Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Jan 29, 2024
1 parent 6667551 commit b56813e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/visual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ jobs:
if: github.ref != 'refs/heads/main'
run: |
if ! npm run full-test; then
echo "Tests failed!\n" >> $GITHUB_OUTPUT
echo "result='Tests failed! '" >> $GITHUB_OUTPUT
else
echo "Tests passed!\n" >> $GITHUB_OUTPUT
echo "result='Tests passed! '" >> $GITHUB_OUTPUT
fi
echo "You can check the output here: https://city-of-helsinki.github.io/drupal-hdbt/pull/${{ github.event.pull_request.number }}/html_report/\n" >> $GITHUB_OUTPUT
echo "output_url='You can check the output here: https://city-of-helsinki.github.io/drupal-hdbt/pull/${{ github.event.pull_request.number }}/html_report/'" >> $GITHUB_OUTPUT
- name: Find Comment
uses: peter-evans/find-comment@v3
Expand Down

0 comments on commit b56813e

Please sign in to comment.