Skip to content

Commit 5378d38

Browse files
also start valkey is it's now required by the entrypoitn scripts (#13960)
1 parent 9582d0b commit 5378d38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fetch-oas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
docker images
3434
3535
- name: Start Dojo
36-
run: docker compose up --no-deps -d postgres nginx uwsgi
36+
run: docker compose up --no-deps -d valkey postgres uwsgi nginx
3737
env:
3838
DJANGO_VERSION: ${{ env.release_version }}-alpine
3939
NGINX_VERSION: ${{ env.release_version }}-alpine

0 commit comments

Comments
 (0)