Skip to content

Commit

Permalink
Upload tracer logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Edoardo Pirovano committed Sep 21, 2021
1 parent fd4659d commit 8caa080
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,12 @@ jobs:
$Env:CODEQL_EXTRACTOR_CSHARP_ROOT = ""
& $Env:CODEQL_RUNNER dotnet build
- name: Upload tracer logs
uses: actions/upload-artifact@v2
with:
name: tracer-logs
path: ./codeql-runner

- name: Run analyze
run: |
../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 }}
Expand Down

0 comments on commit 8caa080

Please sign in to comment.