Remove unnecessary step id

This commit is contained in:
Rodel 2022-05-24 12:37:54 +08:00
parent abd4c5e683
commit 89a3924512
1 changed files with 0 additions and 1 deletions

View File

@ -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' ) &&