Skip to content

Commit

Permalink
update(ci): fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed Dec 10, 2024
1 parent 69f0d42 commit bf0d268
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@ jobs:
id: comment
run: >-
echo
"playwright_report_url=https://satellite-im.github.io/test-reports/${{
steps.timestampidone.outputs.timestamp }}/" >> "$GITHUB_OUTPUT"
"playwright_report_url=https://satellite-im.github.io/test-reports/${{steps.timestampidone.outputs.timestamp }}/" >> "$GITHUB_OUTPUT"
publish-allure-report:
if: always()
needs: publish-playwright-report
Expand Down Expand Up @@ -216,12 +215,7 @@ jobs:
uses: mshick/[email protected]
with:
message: >
Automated tests execution is complete! You can find the Playwright
test report [here](${{
needs.publish-playwright-report.outputs.playwright_report_url }})
and the Allure Test Report
[here](https://satellite-im.github.io/test-reports/${{
github.run_number }})
Automated tests execution is complete! You can find the Playwright test report [here](${{needs.publish-playwright-report.outputs.playwright_report_url }}) and the Allure Test Report [here](https://satellite-im.github.io/test-reports/${{github.run_number }})
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
remove-label:
Expand Down

0 comments on commit bf0d268

Please sign in to comment.