Skip to content

Commit 42c56fe

Browse files
committed
Enable Docker swarm for AppRecovery tests
1 parent e3d16e1 commit 42c56fe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/workflows.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
kubernetes version: ${{ matrix.kubernetes }}
3030
- name: Setup Docker
3131
run: sudo apt-get -qq -y install conntrack socat ; nohup socat TCP-LISTEN:2375,reuseaddr,fork UNIX-CONNECT:/var/run/docker.sock &
32+
- name: Setup Docker Swarm
33+
run: docker swarm init
3234
- name: Pull Image
3335
run: docker pull openanalytics/shinyproxy-demo:latest
3436
- name: Build with Maven

0 commit comments

Comments
 (0)