Skip to content

Commit

Permalink
structure changed
Browse files Browse the repository at this point in the history
  • Loading branch information
MarinaProsche committed Mar 1, 2024
1 parent 3d73311 commit ed6b745
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/selenium_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ jobs:
docker-compose -f docker-compose-tests.yml build
- name: Run docker-compose-tests
run: |
docker-compose -f docker-compose-tests.yml up -d
sleep 10
- name: Time for testing
run: |
while [ $(docker ps | grep selenium_tests) ]; do
docker-compose -f docker-compose-tests.yml up
until docker-compose -f docker-compose-tests.yml logs selenium-tests | grep -q "Run"; do
sleep 60
done
- name: Tests results
Expand Down

0 comments on commit ed6b745

Please sign in to comment.