2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00

DEV: Run tests in Firefox ESR (#14094)

This commit is contained in:
Rafael dos Santos Silva 2021-09-03 15:17:11 -03:00 committed by GitHub
parent d3be77a0d1
commit 9b30fbdbbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 149 additions and 99 deletions

View file

@ -43,5 +43,5 @@ jobs:

- name: Core QUnit
working-directory: ./app/assets/javascripts/discourse
run: yarn ember test
run: sudo -E -u discourse -H yarn ember test
timeout-minutes: 30