Skip to content

Commit

Permalink
combine
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi311 committed Dec 6, 2023
1 parent 1aa3071 commit 5b434da
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,12 @@ jobs:
repository: luigi311/JellyPlex-Watched-CI
path: JellyPlex-Watched-CI

- name: "Start Jellyfin and Plex containers"
- name: "Run tests"
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
# Wait for containers to start
sleep 30
- name: "Run script"
run: |
# Move test/.env to root
mv test/ci.env .env
# Run script
Expand Down

0 comments on commit 5b434da

Please sign in to comment.