Skip to content

Commit

Permalink
Merge branch 'main' into robertbrignull/external-token-option
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert authored and GitHub committed Jan 14, 2021
2 parents 97a70e6 + 3d63fa4 commit c8abbce
Show file tree
Hide file tree
Showing 13 changed files with 84 additions and 13 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 c8abbce

Please sign in to comment.