Skip to content

Commit

Permalink
fix yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
guilyx committed Jan 13, 2021
1 parent 5360fb1 commit 98be071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
run: docker-compose -f docker/docker-compose.yml up --build --force-recreate

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

0 comments on commit 98be071

Please sign in to comment.