We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9512e8d commit 158cb26Copy full SHA for 158cb26
.github/workflows/e2e-tests.yml
@@ -51,7 +51,7 @@ jobs:
51
GITHUB_TOKEN: ${{ secrets.GITHUB }}
52
with:
53
state: success
54
- description: All tests are passed
+ description: E2E tests are passed
55
56
- name: Set status to "failure"
57
if: failure()
@@ -60,4 +60,4 @@ jobs:
60
61
62
state: failure
63
- description: Some tests are failed
+ description: Some of the E2E tests are failed
0 commit comments