Skip to content

Commit

Permalink
Add the P
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi311 committed Dec 6, 2023
1 parent 4e77fae commit 76aa6f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ jobs:

- name: "Run tests"
run: |
export GID=$(id -g)
export PGID=$(id -g)
export PUID=$(id -u)
sudo chown -R $UID:$GID JellyPlex-Watched-CI
sudo chown -R $PUID:$PGID JellyPlex-Watched-CI
docker-compose -f JellyPlex-Watched-CI/plex/docker-compose.yml up -d
docker-compose -f JellyPlex-Watched-CI/jellyfin/docker-compose.yml up -d
Expand Down

0 comments on commit 76aa6f7

Please sign in to comment.