Skip to content

Commit 296d26a

Browse files
committed
test playwright ci report
1 parent 997ecbb commit 296d26a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,9 @@ jobs:
4646
run: yarn wp-env
4747

4848
- name: Run Playwright tests
49-
run: npx playwright test --reporter=github
49+
run: npx playwright test
5050

5151
- uses: actions/upload-artifact@v4
52-
if: always()
5352
with:
5453
name: playwright-report
5554
path: playwright-report/

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"compilerOptions": {
33
"outDir": "./build",
44
"jsx": "react-jsx",
5-
"module": "ESNext",
5+
"module": "NodeNext",
66
"target": "es2022",
7-
"moduleResolution": "node",
7+
"moduleResolution": "NodeNext",
88
"resolveJsonModule": true,
99
"sourceMap": true,
1010
"noImplicitAny": true,

0 commit comments

Comments
 (0)