Skip to content

Commit e0d5ea6

Browse files
author
Vincent Potucek
committed
new structure
1 parent 0071dbb commit e0d5ea6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ jobs:
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
@@ -90,7 +89,6 @@ jobs:
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()

0 commit comments

Comments
 (0)