Skip to content

Commit

Permalink
Merge pull request #360 from github/robertbrignull/preload_tracer_env…
Browse files Browse the repository at this point in the history
…_var

Output path to preload_tracer in env file
  • Loading branch information
Robert authored and GitHub committed Jan 13, 2021
2 parents a0c4707 + 70733e4 commit 087e7a3
Show file tree
Hide file tree
Showing 7 changed files with 76 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ jobs:
- name: Build code
run: |
. ./codeql-runner/codeql-env.sh
dotnet build
$CODEQL_RUNNER dotnet build
- name: Run analyze
run: |
Expand Down Expand Up @@ -372,7 +372,7 @@ jobs:
shell: powershell
run: |
cat ./codeql-runner/codeql-env.sh | Invoke-Expression
dotnet build
& $Env:CODEQL_RUNNER dotnet build
- name: Run analyze
run: |
Expand Down Expand Up @@ -408,7 +408,7 @@ jobs:
shell: bash
run: |
. ./codeql-runner/codeql-env.sh
dotnet build
$CODEQL_RUNNER dotnet build
- name: Run analyze
run: |
Expand Down
6 changes: 6 additions & 0 deletions lib/tracer-config.js

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

2 changes: 1 addition & 1 deletion lib/tracer-config.js.map

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

21 changes: 21 additions & 0 deletions lib/tracer-config.test.js

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

Loading

0 comments on commit 087e7a3

Please sign in to comment.