Skip to content

Commit f12f32e

Browse files
committed
wip
1 parent 09d5eb6 commit f12f32e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

image/discourse_test/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ RUN cd /var/www/discourse &&\
3333
sudo -u discourse bundle install --jobs $(($(nproc) - 1)) &&\
3434
sudo -E -u discourse -H /bin/bash -c 'if [ -f yarn.lock ]; then (yarn install && yarn cache clean); else CI=1 pnpm install; fi'
3535

36+
RUN cd /var/www/discourse &&\
37+
sudo -E -u discourse -H /bin/bash -c 'CI=1 pnpm playwright install --with-deps --no-shell chromium'
38+
3639
RUN cd /var/www/discourse && sudo -E -u discourse -H bundle exec rake plugin:install_all_official &&\
3740
LOAD_PLUGINS=1 sudo -E -u discourse -H bundle exec rake plugin:install_all_gems &&\
3841
sudo -E -u discourse -H bundle exec ruby script/install_minio_binaries.rb

0 commit comments

Comments
 (0)