diff --git a/.github/workflows/tests-launcher.yml b/.github/workflows/tests-launcher.yml index 18397ae2..a8d3a73e 100644 --- a/.github/workflows/tests-launcher.yml +++ b/.github/workflows/tests-launcher.yml @@ -7,32 +7,37 @@ on: - cron: '30 02 * * *' jobs: -# javascript-code-analysis: -# name: Javascript -# uses: ./.github/workflows/javascript-code-analysis.yml -# secrets: inherit -# -# php-code-analysis: -# name: PHP -# uses: ./.github/workflows/php-code-analysis.yml -# secrets: inherit -# -# php-unit-tests-shopware-5-7: -# name: Unit tests -# uses: ./.github/workflows/php-unit-tests-shopware-5-7.yml -# secrets: inherit -# -# php-unit-tests-shopware-legacy-versions: -# name: Unit tests legacy -# uses: ./.github/workflows/php-unit-tests-shopware-legacy.yml -# secrets: inherit + javascript-code-analysis: + name: Javascript + uses: ./.github/workflows/javascript-code-analysis.yml + secrets: inherit + + php-code-analysis: + name: PHP + uses: ./.github/workflows/php-code-analysis.yml + secrets: inherit + + php-unit-tests-shopware-5-7: + name: Unit tests + uses: ./.github/workflows/php-unit-tests-shopware-5-7.yml + secrets: inherit + needs: [ javascript-code-analysis, php-code-analysis ] + + php-unit-tests-shopware-legacy-versions: + name: Unit tests legacy + uses: ./.github/workflows/php-unit-tests-shopware-legacy.yml + secrets: inherit + needs: [ javascript-code-analysis, php-code-analysis ] + php-e2e-tests-shopware-5-7: name: E2E uses: ./.github/workflows/e2e-tests.yml secrets: inherit + needs: [ php-unit-tests-shopware-5-7, php-unit-tests-shopware-legacy-versions ] php-e2e-tests-shopware-legacy: name: E2E legacy uses: ./.github/workflows/e2e-tests-legacy.yml secrets: inherit + needs: [ php-unit-tests-shopware-5-7, php-unit-tests-shopware-legacy-versions ] diff --git a/Resources/views/frontend/_public/src/js/jquery.swag-paypal-unified.express-checkout-button.js b/Resources/views/frontend/_public/src/js/jquery.swag-paypal-unified.express-checkout-button.js index c0a9b3e4..07fc938c 100644 --- a/Resources/views/frontend/_public/src/js/jquery.swag-paypal-unified.express-checkout-button.js +++ b/Resources/views/frontend/_public/src/js/jquery.swag-paypal-unified.express-checkout-button.js @@ -144,10 +144,6 @@ if (this.opts.buyProductDirectly) { $.subscribe(this.getEventName('plugin/swAjaxVariant/onRequestData'), $.proxy(this.onChangeVariant, this)); } - - // TODO: REMOVE AFTER DEBUG - console.log('expressInit'); - // TODO: REMOVE AFTER DEBUG }, applyOrderNumberDataAttribute: function() {