0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21:11 +02:00

Minor config updates

Dieser Commit ist enthalten in:
Angus McLeod 2022-04-11 11:02:21 +02:00
Ursprung 39defec897
Commit 8fd07322d0
3 geänderte Dateien mit 1650 neuen und 8 gelöschten Zeilen

Datei anzeigen

@ -56,20 +56,16 @@ jobs:
if_true: "stable" if_true: "stable"
if_false: "tests-passed" if_false: "tests-passed"
- uses: actions/checkout@v2 - uses: actions/checkout@v3
with: with:
repository: discourse/discourse repository: discourse/discourse
ref: ${{ steps.discourse_branch.outputs.value }} ref: ${{ steps.discourse_branch.outputs.value }}
fetch-depth: 1 fetch-depth: 1
- name: Fetch Repo Name
id: repo-name
run: echo "::set-output name=value::$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')"
- name: Install plugin - name: Install plugin
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
path: plugins/${{ steps.repo-name.outputs.value }} path: plugins/${{ github.event.repository.name }}
ref: "${{ github.base_ref }}" ref: "${{ github.base_ref }}"
fetch-depth: 1 fetch-depth: 1
@ -139,5 +135,5 @@ jobs:
- name: Plugin QUnit - name: Plugin QUnit
if: matrix.build_type == 'frontend' if: matrix.build_type == 'frontend'
run: bundle exec rake plugin:qunit['${{ steps.repo-name.outputs.value }}','1200000'] run: QUNIT_SKIP_CORE=1 LOAD_PLUGINS=1 QUNIT_EMBER_CLI=0 bin/rake qunit:test['1200000','/w/qunit']
timeout-minutes: 30 timeout-minutes: 10

Datei anzeigen

@ -1,4 +1,5 @@
// discourse-skip-module // discourse-skip-module
/*global document, Logster, QUnit */
document.addEventListener("DOMContentLoaded", function () { document.addEventListener("DOMContentLoaded", function () {
document.body.insertAdjacentHTML( document.body.insertAdjacentHTML(
@ -15,3 +16,9 @@ Object.keys(requirejs.entries).forEach(function (entry) {
requirejs(entry); requirejs(entry);
} }
}); });
if (window.Logster) {
Logster.enabled = false;
} else {
window.Logster = { enabled: false };
}

1639
yarn.lock Normale Datei

Datei-Diff unterdrückt, da er zu groß ist Diff laden