errbit/errbit

Fix CI

開放

#1,856 建立於 2025年4月10日

 (0 則留言) (0 個反應) (0 位負責人)Ruby (986 個分叉)batch import
good first issuehelp-wanted

倉庫指標

星標
 (4,085 顆星)
PR 合併指標
 (平均合併 20小時 25分鐘) (30 天內合併 80 個 PR)

描述

Description

We ran our test suite on GitHub Actions.

Under the hood, GitHub Actions runs on Kubernetes.

Docker Hub has limits for pulls.

Sometimes, builds fail with rate limit for pulls.

*What we can do?

  1. We can docker login in tests for increase pulls limit. And... this is not working. E.g. dependabot PR's fails. B/c: secrets not available for external PR's. I try this approach and rollback.

  2. We can cache MongoDB images. Not sure, will it work or no.

  3. ?

貢獻者指南