From 15c0245edf07defc5984a888b7c26bcc33d227c6 Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Mon, 11 Apr 2022 14:00:12 +0200 Subject: [PATCH] Test config --- .github/workflows/plugin-tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/plugin-tests.yml b/.github/workflows/plugin-tests.yml index 00eaf7a0..51d26303 100644 --- a/.github/workflows/plugin-tests.yml +++ b/.github/workflows/plugin-tests.yml @@ -26,7 +26,6 @@ jobs: RAILS_ENV: test PGUSER: discourse PGPASSWORD: discourse - LOAD_PLUGINS: "1" strategy: fail-fast: false @@ -150,5 +149,5 @@ jobs: - name: Wizard QUnit if: matrix.build_type == 'frontend' - run: QUNIT_SKIP_CORE=1 LOAD_PLUGINS=1 QUNIT_EMBER_CLI=0 bin/rake qunit:test['600000','/w/qunit'] + run: LOAD_PLUGINS=1 QUNIT_EMBER_CLI=0 bin/rake qunit:test['600000','/w/qunit'] timeout-minutes: 10