fix(ci): enable e2e test on push

This commit is contained in:
Andelf
2021-12-13 11:00:42 +08:00
committed by Tienson Qin
parent 32eba7ab7a
commit 0f6c68711c

View File

@@ -83,7 +83,6 @@ jobs:
node static/tests.js
- name: Run Playwright test
if: github.event_name == 'pull_request'
run: |
yarn release
(cd static && yarn install && yarn rebuild:better-sqlite3)