Skip to content

Commit 98be071

Browse files
committed
fix yml syntax
1 parent 5360fb1 commit 98be071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_image_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
run: docker-compose -f docker/docker-compose.yml up --build --force-recreate
1212

1313
- name: Check if container is running
14-
run: [[ $(docker ps -qf "name=docker_python-pddl") != "" ]] && echo "Ok" || exit 1
14+
run: /bin/bash -c "[[ $(docker ps -qf "name=docker_python-pddl") != "" ]] && echo "Ok" || exit 1"
1515

0 commit comments

Comments
 (0)