Skip to content

Commit

Permalink
Bah
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Morales <[email protected]>
  • Loading branch information
mauromorales committed Jun 28, 2024
1 parent 01befa2 commit 049b0ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/reusable-custom-partitioning-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
go-version-file: tests/go.mod
cache-dependency-path: tests/go.sum
- name: Install dependencies
working-directory: ./tests
run: go mod download
run: cd tests && go mod download
- name: Block all traffic to metadata ip # For cloud runners, the metadata ip can interact with our test machines
run: |
sudo iptables -I INPUT -s 169.254.169.254 -j DROP
Expand Down

0 comments on commit 049b0ca

Please sign in to comment.