loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'fix: CI: temporarily disable redict tests' (#5284) from earl-warren/forgejo:wip-redict into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5284
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>

+3 -2
+3 -2
.forgejo/workflows/testing.yml
··· 118 118 - image: docker.io/bitnami/redis:7.2 119 119 port: 6379 120 120 # redict 121 - - image: registry.redict.io/redict:7.3.0-scratch 122 - port: 6379 121 + # Uncomment when https://codeberg.org/redict/redict-containers/issues/32 is fixed 122 + #- image: registry.redict.io/redict:7.3.0-scratch 123 + # port: 6379 123 124 # valkey 124 125 - image: docker.io/bitnami/valkey:7.2 125 126 port: 6379