Skip to content

Commit

Permalink
Seperate out containers
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi311 committed Dec 6, 2023
1 parent 8409955 commit 625b6b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
repository: luigi311/JellyPlex-Watched-CI
path: JellyPlex-Watched-CI

- name: "Run tests"
- name: "Start containers"
run: |
export PGID=$(id -g)
export PUID=$(id -u)
Expand All @@ -50,7 +50,9 @@ jobs:
sleep 15
docker-compose -f JellyPlex-Watched-CI/plex/docker-compose.yml logs
docker-compose -f JellyPlex-Watched-CI/jellyfin/docker-compose.yml logs
- name: "Run tests"
run: |
# Move test/.env to root
mv test/ci.env .env
# Run script
Expand Down

0 comments on commit 625b6b3

Please sign in to comment.