Skip to content

Commit

Permalink
fix: move build upper
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-yarmosh committed Dec 13, 2024
1 parent b817058 commit 965f1a4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,17 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Build
run: |
npm ci
npm run build
- uses: fscarmen/[email protected]
with:
mode: client
- name: Enable IPv6 for Docker containers
run: |
sudo cat /etc/docker/daemon.json | jq '. + { "ipv6": true, "fixed-cidr-v6": "2001:db8:1::/64", "experimental": true, "ip6tables": true }' > daemon.json
sudo mv daemon.json /etc/docker/
sudo systemctl restart docker
docker restart $(docker ps -aq)
- name: Build
run: |
npm ci
npm run build
- name: Test E2E
run: |
npm run test:e2e

0 comments on commit 965f1a4

Please sign in to comment.