Skip to content

Commit

Permalink
Put sleep 5 instead of wait-for-services that is not there.
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Mar 12, 2024
1 parent 0e2095d commit b9df4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Create container from aiida_cp2k_test image and test the plugin inside
run: |
export DOCKERID=`docker run -d aiida_cp2k_test`
docker exec --tty $DOCKERID wait-for-services
sleep 5
docker logs $DOCKERID
docker exec --tty --user aiida $DOCKERID /bin/bash -l -c 'cd /home/aiida/aiida-cp2k/ && py.test --cov aiida_cp2k --cov-append .'
Expand Down

0 comments on commit b9df4db

Please sign in to comment.