Skip to content

Commit

Permalink
feat: add e2e setup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jhartmann committed Jun 27, 2024
1 parent 5aae4a5 commit 4fd4751
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,15 @@ jobs:
INGRESS_IP=$(kubectl get svc --namespace ingress-nginx ingress-nginx-controller -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
echo "INGRESS_IP=$INGRESS_IP" >> $GITHUB_ENV
- name: Add .tx.test domain to /etc/hosts
run: |
sudo touch /etc/resolver/e2e-test
sudo cat <<EOF > /etc/resolver/e2e-test
domain tx.test
nameserver ${{ env.INGRESS_IP }}
search_order 1
timeout 5
EOF
# - name: Add .tx.test domain to /etc/hosts
# run: |
# sudo touch /etc/resolver/e2e-test
# sudo cat <<EOF > /etc/resolver/e2e-test
# domain tx.test
# nameserver ${{ env.INGRESS_IP }}
# search_order 1
# timeout 5
# EOF

- name: Checkout umbrella chart
uses: actions/checkout@v4
Expand Down

0 comments on commit 4fd4751

Please sign in to comment.