We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e511719 commit c67eb5dCopy full SHA for c67eb5d
.github/workflows/e2e.yml
@@ -18,7 +18,7 @@ on:
18
jobs:
19
Run-wpe2e-TestCase:
20
# The type of runner that the job will run on
21
- name: Playwright
+ name: Playwright Tests
22
runs-on: ubuntu-latest
23
env:
24
SHA: ${{ github.event.pull_request.head.sha }}
0 commit comments