Skip to content

Commit

Permalink
Remove sudo from workflow files (aws#1818)
Browse files Browse the repository at this point in the history
  • Loading branch information
vikasmb authored and cgchinmay committed Feb 2, 2022
1 parent cb7a583 commit 03c3775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
go install golang.org/x/tools/cmd/goimports@latest
- name: Clean up stale docker images
run: sudo docker image prune -f
run: docker image prune -f

- name: Run e2e tests
env:
Expand Down

0 comments on commit 03c3775

Please sign in to comment.