Skip to content

Commit

Permalink
keep same env
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <[email protected]>
  • Loading branch information
wagoodman committed Sep 1, 2023
1 parent 4a5d4ea commit 31ec36b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ jobs:

- name: Run integration tests
# why sudo? containerd in the pipeline is only accessible to root (/var/run/containerd/containerd.sock)
run: sudo make integration
# -E to preserve the environment (thus use the same go root, etc)
run: sudo -E make integration

Build-Snapshot-Artifacts:
name: "Build snapshot artifacts"
Expand Down

0 comments on commit 31ec36b

Please sign in to comment.