We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 889f6ca commit 4113b7eCopy full SHA for 4113b7e
.github/workflows/playwright.yml
@@ -48,7 +48,7 @@ jobs:
48
# Step to wait for the job to complete
49
- name: Wait for job completion
50
# Adjust the wait time as needed
51
- run: sleep 30s
+ run: sleep 10s
52
# This step should always run, even if previous steps fail
53
if: always()
54
@@ -92,4 +92,4 @@ jobs:
92
SLACK_CHANNEL: "#playwright-test-reports"
93
SLACK_USERNAME: Playwright GitHub Actions
94
SLACK_MESSAGE: "Test results are available in [Artifacts section](${{ steps.artifact_link.outputs.artifact_url }}) as html-report."
95
- if: always()
+ if: always()
0 commit comments