Skip to content

Commit

Permalink
wait for plex to start
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi311 committed Dec 6, 2023
1 parent 39d3bb0 commit 3beabab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ jobs:

- name: "Start Jellyfin and Plex containers"
run: |
docker-compose -f JellyPlex-Watched-CI/plex/docker-compose.yml up -d
docker-compose -f JellyPlex-Watched-CI/jellyfin/docker-compose.yml up -d
docker-compose -f JellyPlex-Watched-CI/plex/docker-compose.yml up -d
# Wait for containers to start
sleep 10
- name: "Run script"
run: |
Expand Down

0 comments on commit 3beabab

Please sign in to comment.