Skip to content

Commit

Permalink
Added Jellyfin tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kubealex authored Jan 3, 2024
1 parent 08c1650 commit b7c8202
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,11 @@ jobs:
- name: Edit hosts file and test apps
run: |
sudo echo "127.0.0.1 ${{ env.plex_ingress_host }} ${{ env.ingress_host }}" | sudo tee -a /etc/hosts
sudo echo "127.0.0.1 ${{ env.jellyfin_ingress_host }} ${{ env.ingress_host }}" | sudo tee -a /etc/hosts
wget ${{ env.ingress_host }}/jackett
wget ${{ env.ingress_host }}/sonarr
wget ${{ env.ingress_host }}/radarr
wget ${{ env.ingress_host }}/sabnzbd
wget ${{ env.ingress_host }}/prowlarr
curl ${{ env.plex_ingress_host }}
curl ${{ env.jellyfin_ingress_host }}

0 comments on commit b7c8202

Please sign in to comment.