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 ccf6b56 commit f52aa3aCopy full SHA for f52aa3a
.github/workflows/test.yml
@@ -143,8 +143,8 @@ jobs:
143
src/**/*.hs exe/*.hs
144
145
- if: needs.pre_job.outputs.should_skip != 'true' && needs.pre_job.outputs.should_skip_pr != 'true'
146
- # this is only safe if the test environment is isolated
147
- - name: setup ide cache
+ # this is only safe if the test environment is isolated
+ name: setup ide cache
148
run: |
149
export XDG_CACHE_HOME=$RUNNER_TEMP/cache
150
rm -rf ~/.cache/ghcide
0 commit comments