File tree Expand file tree Collapse file tree 3 files changed +21
-8
lines changed Expand file tree Collapse file tree 3 files changed +21
-8
lines changed Original file line number Diff line number Diff line change @@ -22,20 +22,22 @@ jobs:
2222 run : gradle wrapper
2323 - name : Grant execute permission for gradlew
2424 run : chmod +x gradlew
25- # - name: Run automated tests
26- # run: ./gradlew test -i
25+ - name : Run automated tests
26+ run : ./gradlew test -i --no-daemon
2727 - id : file_changes
2828 uses : trilom/file-changes-action@v1.2.3
2929 - name : Run Code Style Check
30- run : ./gradlew checkstyleCI -i
30+ run : ./gradlew checkstyleCI -i --no-daemon
3131 env :
3232 MODIFIED_FILES : ${{ steps.file_changes.outputs.files}}
3333 - name : Run PMD Quality Check
34- run : ./gradlew pmdCI -i
34+ run : ./gradlew pmdCI -i --no-daemon
3535 env :
3636 MODIFIED_FILES : ${{ steps.file_changes.outputs.files}}
3737 - name : Run Spotbugs Quality Check
38- run : ./gradlew spotbugsCI -i
38+ run : ./gradlew spotbugsCI -i --no-daemon
39+ env :
40+ MODIFIED_FILES : ${{ steps.file_changes.outputs.files}}
3941
4042 build-windows :
4143
5254 - name : Grant execute permission for gradlew
5355 run : chmod +x gradlew
5456 - name : Run automated tests
55- run : ./gradlew test -i
57+ run : ./gradlew test -i --no-daemon
5658
5759 build-macos :
5860
6971 - name : Grant execute permission for gradlew
7072 run : chmod +x gradlew
7173 - name : Run automated tests
72- run : ./gradlew test -i
74+ run : ./gradlew test -i --no-daemon
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2+ <!--
3+ /**
4+ * Copyright © Magento, Inc. All rights reserved.
5+ * See COPYING.txt for license details.
6+ */
7+ -->
28<!DOCTYPE module PUBLIC
39 "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
410 "https://checkstyle.org/dtds/configuration_1_3.dtd">
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2-
2+ <!--
3+ /**
4+ * Copyright © Magento, Inc. All rights reserved.
5+ * See COPYING.txt for license details.
6+ */
7+ -->
38<ruleset name =" Custom Rules"
49 xmlns =" http://pmd.sourceforge.net/ruleset/2.0.0"
510 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
You can’t perform that action at this time.
0 commit comments