File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 7777 - name : " 💾 Gradle Build Cache"
7878 uses : gradle/actions/setup-gradle@v5
7979
80- # Main Build Steps
8180 - name : " 🚀 Build Maven Plugin"
8281 if : matrix.build-system == 'maven'
8382 run : ./gradlew :plugin-maven:build -x spotlessCheck -x rewriteDryRun
9089 if : matrix.build-system == 'npm'
9190 run : ./gradlew testNpm
9291
93- # Shell Formatting Tests
9492 - name : " 🦫 Setup Go Environment"
9593 if : matrix.build-system == 'shfmt'
9694 uses : actions/setup-go@v6
@@ -105,7 +103,6 @@ jobs:
105103 if : matrix.build-system == 'shfmt'
106104 run : ./gradlew testShfmt
107105
108- # IntelliJ Integration Tests
109106 - name : " 💡 Test IntelliJ Integration"
110107 if : matrix.build-system == 'idea'
111108 run : |
@@ -117,7 +114,6 @@ jobs:
117114 cd ..
118115 ./gradlew testIdea
119116
120- # Test Reporting
121117 - name : " 📊 Generate Test Report"
122118 uses : mikepenz/action-junit-report@v6
123119 if : always()
You can’t perform that action at this time.
0 commit comments