DEV: Run Ember tests daily with plugins (#14261)

This commit is contained in:
Rafael dos Santos Silva 2021-09-07 14:17:04 -03:00 committed by GitHub
parent c6bcf1f06c
commit a71b7df0a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,8 @@ on:
push:
branches:
- main
schedule:
- cron: '0 0 * * *'
jobs:
build:
@ -37,6 +39,10 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- name: Official Plugins Install
if: ${{ github.event_name == 'cron' }}
run: sudo -E -u discourse -H bundle exec rake plugin:install_all_official
- name: Yarn install
working-directory: ./app/assets/javascripts/discourse
run: yarn install