mirror of
https://github.com/discourse/discourse.git
synced 2025-01-16 05:02:41 +08:00
56ac103547
On our own self hosted runners, pulling from github actions cache is quite slow and can take up to 20 seconds for the `bundler cache` step. Instead, we will now copy the gems from the `/var/www/discourse/vendor/bundle` folder in the `discourse/discourse_test:release` image which is built daily. This eliminates the need to pull from Github actions cache and also potentially reduces our costs of cache storage. Note that `discourse/discourse_test:release` is pulled periodically on our self hosted runners so there is no impact on the time it takes to initialize the container. |
||
---|---|---|
.. | ||
workflows | ||
dependabot.yml | ||
labeler.yml | ||
pull_request_template.md |