Skip to content

Commit

Permalink
Update e2e.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik committed Nov 28, 2024
1 parent b3a7a2c commit 62cc857
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
- name: Enable IPv6 for Docker containers
run: |
sudo cat /etc/docker/daemon.json > json
sudo jq '. + { "ipv6": true, "fixed-cidr-v6": "2001:db8:1::/64" }' <<< "$json" > /etc/docker/daemon.json
jq '. + { "ipv6": true, "fixed-cidr-v6": "2001:db8:1::/64" }' <<< "$json" > daemon.json
sudo mv daemon.json /etc/docker/
- name: Build
run: |
npm ci
Expand Down

0 comments on commit 62cc857

Please sign in to comment.