Skip to content

Commit

Permalink
GitHubActions
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayp7 committed Feb 25, 2024
1 parent 9acf3a9 commit 69d5dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ jobs:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_CHANNEL: "#playwright-test-reports"
SLACK_USERNAME: Playwright GitHub Actions
SLACK_TITLE: Test results are available in Artifacts section of below link as html-report ${{ steps.artifact_link.outputs.artifact_url }}.
SLACK_TITLE: Test results are available in Artifacts section of below link as html-report [Report Link](${{ steps.artifact_link.outputs.artifact_url }}).
# This step should always run, even if previous steps fail
if: always()

0 comments on commit 69d5dca

Please sign in to comment.