We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e471aa commit e566fefCopy full SHA for e566fef
.github/workflows/ci.yml
@@ -104,7 +104,7 @@ jobs:
104
if: matrix.kind == 'shfmt'
105
run: ./gradlew testShfmt
106
107
- - name: Test idea 💡
+ - name: Test IntelliJ IDEA 🧪
108
if: matrix.kind == 'idea'
109
run: |
110
download_link=$(curl https://data.services.jetbrains.com/products/releases\?code\=IIC\&latest\=true\&type\=release | jq -r '.IIC[0].downloads.linux.link')
@@ -115,7 +115,7 @@ jobs:
115
cd ..
116
./gradlew testIdea
117
118
- - name: junit result 📊
+ - name: Test Results 📊
119
uses: mikepenz/action-junit-report@v6
120
if: always() # always run even if the previous step fails
121
with:
0 commit comments