Remove unnecessary step id
This commit is contained in:
parent
abd4c5e683
commit
89a3924512
|
@ -53,7 +53,6 @@ jobs:
|
|||
run: pnpx playwright test --config=e2e/playwright.config.js
|
||||
|
||||
- name: Generate (Playwright) E2E Test report.
|
||||
id: generate_playwright_e2e_test_report
|
||||
if: |
|
||||
always() &&
|
||||
( env.E2E_PLAYWRIGHT == 'true' ) &&
|
||||
|
|
Loading…
Reference in New Issue