Skip to content

Commit

Permalink
move
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Oct 30, 2020
1 parent 3f60a1d commit 666bc72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci/azure_pipelines/template-codeql-job.yml
Expand Up @@ -13,9 +13,6 @@ jobs:
versionSpec: '10.x'
displayName: 'Install Node.js'

- script: make -C test -j4
displayName: 'build'

- script: |
npm install
npm test
Expand All @@ -30,6 +27,9 @@ jobs:
./codeql-runner-linux init --repository $(Build.Repository.Name) --github-url https://github.com --github-auth ${{ parameters.github_access_token }}
displayName: 'Initialize CodeQ Executable and create a CodeQL database'
- script: make -C test -j4
displayName: 'build'

- script: |
./codeql-runner-linux analyze --repository $(Build.Repository.Name) --github-url https://github.com --github-auth ${{ parameters.github_access_token }} --commit $(Build.SourceVersion) --ref $(Build.SourceBranch)
displayName: 'Populate the CodeQL runner databases, analyze them, and upload the results to GitHub.'

0 comments on commit 666bc72

Please sign in to comment.