Skip to content

Commit

Permalink
Fixing issues with intergration tests not working
Browse files Browse the repository at this point in the history
  • Loading branch information
danitseitlin committed Sep 27, 2024
1 parent 88b4588 commit 70eed43
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 @@ -44,7 +44,7 @@ jobs:
- name: Docker version
run: docker -v
- name: Setting up a local Report Portal environment
run: sudo docker-compose -f docker-compose.yml -p reportportal up -d --force-recreate
run: sudo docker compose -f docker-compose.yml -p reportportal up -d --force-recreate
- name: Waiting for services to be up
run: ./scripts/healthcheck.bash
- name: Report Portal server status
Expand Down

0 comments on commit 70eed43

Please sign in to comment.