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 62cc857 commit b322402
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
sudo cat /etc/docker/daemon.json > json
jq '. + { "ipv6": true, "fixed-cidr-v6": "2001:db8:1::/64" }' <<< "$json" > daemon.json
sudo mv daemon.json /etc/docker/
sudo systemctl restart docker
- name: Build
run: |
npm ci
Expand Down

0 comments on commit b322402

Please sign in to comment.