Commit 51543e7
Fix CI failure by replacing Redis action with service container
The `supercharge/redis-github-action` was failing due to Docker Hub rate limits.
This change replaces it with the standard `services` configuration for Redis in GitHub Actions, ensuring reliable Redis availability for tests.
Also includes the optimization for `FileList#first_seen_at`.
Co-authored-by: danmayer <24925+danmayer@users.noreply.github.com>1 parent 2a6c108 commit 51543e7
1 file changed
+10
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
31 | 41 | | |
32 | 42 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 43 | | |
37 | 44 | | |
38 | 45 | | |
| |||
0 commit comments