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 c372343 commit 49c0e62Copy full SHA for 49c0e62
.github/workflows/test.yml
@@ -228,3 +228,10 @@ jobs:
228
- if: ${{ needs.pre_job.outputs.should_skip != 'true' && matrix.test}}
229
name: Test hls-hlint-plugin test suite
230
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"
231
+
232
+ - if: failure()
233
+ name: Upload test logs
234
+ uses: actions/upload-artifact@v2
235
+ with:
236
+ name: haskell-language-server-${{ runner.OS }}-${{ matrix.ghc }}
237
+ path: test-logs
0 commit comments