Skip to content

Commit

Permalink
more ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 committed Jun 28, 2024
1 parent b9d6dca commit 9b3a774
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ jobs:
egress-policy: audit
- name: Check out repo
uses: actions/checkout@v4
- name: Install requirements
- name: Setup requirements
run: |
sudo apt install make
sudo snap install go --classic
sudo snap install docker
sudo docker network create kind --driver=bridge -o com.docker.network.bridge.enable_ip_masquerade=true
sudo docker network ls
- name: Build provider images
run: sudo make docker-build-e2e
- name: Build images
Expand Down

0 comments on commit 9b3a774

Please sign in to comment.