Skip to content

Commit

Permalink
to be squashed
Browse files Browse the repository at this point in the history
  • Loading branch information
kubealex committed Nov 26, 2023
1 parent fba3ac6 commit b769d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
kubectl apply -f tests/k8s-mediaserver.yml -n mediaserver
sleep 15
for pod in $(kubectl get pods -n mediaserver | awk 'NR>1{ print $1 }'); do while [[ $(kubectl get pods $pod -n mediaserver -o 'jsonpath={..status.conditions[?(@.type=="Ready")].status}') != "True" ]]; do echo "Waiting for mediaserver pods to be ready" && sleep 10; done ; done
sleep 15
- 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
Expand Down

0 comments on commit b769d1e

Please sign in to comment.