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 4fb15b3 commit 74c6a4e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ jobs:
- name: Add .tx.test domain to /etc/hosts
run: |
echo "${{ env.INGRESS_IP }} example.tx.test" | sudo tee -a /etc/hosts
echo "${{ env.INGRESS_IP }} example.tx.test" | sudo tee -a /etc/hosts
touch /etc/resolver/e2e-test
cat <<EOF > /etc/resolver/e2e-test
domain tx.test
nameserver ${{ env.INGRESS_IP }}
Expand Down

0 comments on commit 74c6a4e

Please sign in to comment.