Skip to content

Commit

Permalink
Add HOME/.local/bin to PATH for e2e tests (#1354)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Warehime authored Dec 2, 2022
1 parent 06c2943 commit c7c0e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ commands:
git submodule sync
git submodule update --init
- run: echo 'export PATH=$PATH:/usr/local/go/bin' >> $BASH_ENV
- run: echo 'export PATH=$PATH:/usr/local/go/bin:$HOME/.local/bin' >> $BASH_ENV

- run:
name: Install golangci-lint
Expand Down

0 comments on commit c7c0e7f

Please sign in to comment.