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

0 comments on commit 5aae4a5

Please sign in to comment.