Skip to content

Commit

Permalink
UHF-8762: More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Jan 29, 2024
1 parent b56813e commit d733cc1
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 "result='Tests failed! '" >> $GITHUB_OUTPUT
echo "result=Tests failed!" >> $GITHUB_OUTPUT
else
echo "result='Tests passed! '" >> $GITHUB_OUTPUT
echo "result=Tests passed!" >> $GITHUB_OUTPUT
fi
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
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 d733cc1

Please sign in to comment.