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 387810f commit 11c62bbCopy full SHA for 11c62bb
.github/workflows/test.yml
@@ -219,3 +219,10 @@ jobs:
219
- if: ${{ needs.pre_job.outputs.should_skip != 'true' && matrix.test}}
220
name: Test hls-hlint-plugin test suite
221
run: cabal test hls-hlint-plugin --test-options="-j1 --rerun-update" || cabal test hls-hlint-plugin --test-options="-j1 --rerun" || LSP_TEST_LOG_COLOR=0 LSP_TEST_LOG_MESSAGES=true LSP_TEST_LOG_STDERR=true cabal test hls-hlint-plugin --test-options="-j1 --rerun"
222
+
223
+ - if: failure()
224
+ name: Upload test logs
225
+ uses: actions/upload-artifact@v2
226
+ with:
227
+ name: haskell-language-server-${{ runner.OS }}-${{ matrix.ghc }}
228
+ path: test-logs
0 commit comments