discourse/.github
Alan Guo Xiang Tan 56ac103547
DEV: Copy gems from Docker image in Github actions tests workflow
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.
2024-12-27 08:31:01 +08:00
..
workflows DEV: Copy gems from Docker image in Github actions tests workflow 2024-12-27 08:31:01 +08:00
dependabot.yml DEV: Group highlight.js updates (#30426) 2024-12-23 09:09:55 +01:00
labeler.yml DEV: Add 'i18n' label to PRs which include changes related to i18n 2024-01-16 15:00:19 +01:00
pull_request_template.md DEV: Shorter PR draft template (#28862) 2024-09-11 16:25:00 -04:00