CI: fix test-enjoy-app.yml

This commit is contained in:
an-lee
2024-02-12 23:49:36 +08:00
parent 825031cc61
commit f57a5de161

View File

@@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: npm install -g yarn && yarn
- name: Install Playwright Browsers
run: yarn playwright install --with-deps
run: yarn workspace enjoy playwright install --with-deps
- name: Package
run: yarn package:enjoy
- name: Run Playwright tests