Skip to content

Commit

Permalink
Unset environment variables in mutlilanguage test
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardopirovano committed Nov 1, 2021
1 parent 7f0e915 commit 2c3b659
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/__multi-language-autodetect.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pr-checks/checks/multi-language-autodetect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ steps:
tools: ${{ steps.prepare-test.outputs.tools-url }}
- name: Build code
shell: bash
run: ./build.sh
run: env -i PATH="$PATH" HOME="$HOME" ./build.sh
- uses: ./../action/analyze
id: analysis
env:
Expand Down

0 comments on commit 2c3b659

Please sign in to comment.