Skip to content

Commit 8caa080

Browse files
Upload tracer logs
1 parent fd4659d commit 8caa080

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pr-checks.yml

+6
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,12 @@ jobs:
213213
$Env:CODEQL_EXTRACTOR_CSHARP_ROOT = ""
214214
& $Env:CODEQL_RUNNER dotnet build
215215
216+
- name: Upload tracer logs
217+
uses: actions/upload-artifact@v2
218+
with:
219+
name: tracer-logs
220+
path: ./codeql-runner
221+
216222
- name: Run analyze
217223
run: |
218224
../action/runner/dist/codeql-runner-win.exe analyze --repository $Env:GITHUB_REPOSITORY --commit $Env:GITHUB_SHA --ref $Env:GITHUB_REF --github-url $Env:GITHUB_SERVER_URL --github-auth ${{ github.token }}

0 commit comments

Comments
 (0)