fix: add workers to rtc test workflow

This commit is contained in:
Tienson Qin
2025-07-28 12:50:06 +08:00
parent 18914d2fa2
commit 0c3697e972
3 changed files with 3 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ jobs:
# NOTE: require the app to be build with DEV-RELEASE flag
- name: Prepare E2E test build
run: |
yarn gulp:build && clojure -M:cljs release app --config-merge "{:closure-defines {frontend.config/DEV-RELEASE true}}" --debug && yarn webpack-build
yarn gulp:build && clojure -M:cljs release app workers --config-merge "{:closure-defines {frontend.config/DEV-RELEASE true}}" --debug && yarn webpack-build
rsync -avz --exclude node_modules --exclude android --exclude ios ./static/ ./public/
ls -lR ./public