Skip to content

Commit 223ba8a

Browse files
committed
ci: make sure we can install playwright
1 parent 7d644bc commit 223ba8a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/e2e-test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ on:
1414

1515
jobs:
1616
test-e2e:
17-
if: ${{ false }}
1817
runs-on: ubuntu-22.04
1918
steps:
2019
- uses: actions/checkout@v4
@@ -27,10 +26,12 @@ jobs:
2726
run: pnpm --filter @bangumi/website run install-playwright-deps
2827

2928
- name: Run test
29+
if: ${{ false }}
3030
run: pnpm test:e2e
3131

3232
- name: Upload test results
33-
if: always()
33+
# if: always()
34+
if: ${{ false }}
3435
uses: actions/upload-artifact@v4
3536
with:
3637
name: playwright-report

0 commit comments

Comments
 (0)