errbit/errbit

Fix CI

Open

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

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Ruby (986 fork)batch import
good first issuehelp-wanted

倉庫指標

Star
 (4,085 star)
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. ?

貢獻者指南