Continuous Integration (CI): Difference between revisions
Added a section about caching binary results in CI |
Link to Nixcademy GitHub Actions tutorial |
||
| Line 31: | Line 31: | ||
See [https://github.com/cachix/install-nix-action install-nix-action] to install nix in Linux/macOS actions. | See [https://github.com/cachix/install-nix-action install-nix-action] to install nix in Linux/macOS actions. | ||
There is also [https://github.com/cachix/cachix-action one action] to setup [https://cachix.org/ cachix], a hosted binary cache. | There is also [https://github.com/cachix/cachix-action one action] to setup [https://cachix.org/ cachix], a hosted binary cache. | ||
[https://nixcademy.com/posts/nixos-integration-test-on-github/ Test Your Apps and Services with GitHub Actions Quickly and for Free, a Nixcademy tutorial] | |||
==== Self-hosted runners ==== | ==== Self-hosted runners ==== | ||