File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -335,6 +335,12 @@ The `unit-tests` job runs on a matrix of operating systems and Stack
335
335
project-level YAML configuration files (` stack.yaml ` ). It builds and tests Stack
336
336
with the following flags: ` --haddock --no-haddock-deps ` .
337
337
338
+ Its approach to creating a cache depends on the operating system. Its 'Cache
339
+ dependencies on Unix-like OS' step caches the Stack root on Unix-like operating
340
+ systems. Its 'Cache dependencies on Windows' step caches the same information
341
+ on Windows, but takes into account that a relevant directory is located outside
342
+ of the Stack root.
343
+
338
344
### Integration-based - ` intergration-tests.yml `
339
345
340
346
This workflow will run if:
@@ -347,7 +353,8 @@ The workflow has two jobs: `integration-tests` and `github-release`.
347
353
348
354
The ` integration-tests ` job runs on a matrix of operating systems (` ubuntu ` ,
349
355
` windows ` and ` macos ` ) and makes use of the ` release.hs ` script at
350
- ` etc/scripts ` .
356
+ ` etc/scripts ` . Its approach to creating a cache is the same as for
357
+ ` unit-tests.yml ` , described above.
351
358
352
359
Its 'Install deps and run checks' step uses ` release.hs check ` .
353
360
Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ documentation.
368
368
369
369
The Stack repository uses GitHub Actions for its own CI. For further
370
370
information, see the guide to
371
- [contributing](CONTRIBUTING.md#Continuous -integration-(CI) ).
371
+ [contributing](CONTRIBUTING.md#continuous -integration-ci ).
372
372
373
373
# ## Azure
374
374
You can’t perform that action at this time.
0 commit comments