mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 15:25:35 +08:00
DEV: Update Ember CLI plugin tests to use QUNIT_EMBER_CLI
This commit is contained in:
parent
89994cff40
commit
3cda7ec7b9
2
.github/workflows/ember.yml
vendored
2
.github/workflows/ember.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: (experimental) Ember CLI tests
|
||||
name: (experimental) Ember CLI tests (core)
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
6
.github/workflows/ember_with_plugins.yml
vendored
6
.github/workflows/ember_with_plugins.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: (experimental) Ember CLI tests with official plugins
|
||||
name: (experimental) Ember CLI tests (plugins)
|
||||
|
||||
on:
|
||||
schedule:
|
||||
|
@ -43,7 +43,7 @@ jobs:
|
|||
bundle clean
|
||||
bundle exec rake plugin:install_all_official
|
||||
|
||||
- name: Core QUnit
|
||||
- name: QUnit
|
||||
working-directory: ./app/assets/javascripts/discourse
|
||||
run: sudo -E -u discourse -H rake qunit:test LOAD_PLUGINS=1
|
||||
run: QUNIT_EMBER_CLI=1 sudo -E -u discourse -H rake plugin:qunit
|
||||
timeout-minutes: 60
|
||||
|
|
Loading…
Reference in New Issue
Block a user