Skip to content

Commit 156e440

Browse files
Copilotromange
andcommitted
Add Dragonfly Docker container setup to copilot-setup-steps workflow
Co-authored-by: romange <3674760+romange@users.noreply.github.com>
1 parent 52fe123 commit 156e440

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@ jobs:
2626

2727
- name: Install Yarn dependencies
2828
run: yarn install
29+
30+
- name: Pull Dragonfly Docker image
31+
run: docker pull docker.dragonflydb.io/dragonflydb/dragonfly
32+
33+
- name: Run Dragonfly in daemon mode
34+
run: docker run -d --name dragonfly -p 6379:6379 docker.dragonflydb.io/dragonflydb/dragonfly

0 commit comments

Comments
 (0)