mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Run Ember CLI tests in Firefox evergreen too (#14283)
Increases timeout and removes parallelism to make it stable.
This commit is contained in:
committed by
GitHub
parent
6262396d8a
commit
789613fe51
4
.github/workflows/ember.yml
vendored
4
.github/workflows/ember.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
if: true
|
||||
runs-on: ubuntu-latest
|
||||
container: discourse/discourse_test:release
|
||||
timeout-minutes: 40
|
||||
timeout-minutes: 60
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
@@ -50,4 +50,4 @@ jobs:
|
||||
- name: Core QUnit
|
||||
working-directory: ./app/assets/javascripts/discourse
|
||||
run: sudo -E -u discourse -H yarn ember test
|
||||
timeout-minutes: 30
|
||||
timeout-minutes: 60
|
||||
|
||||
Reference in New Issue
Block a user