Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Jan 8, 2025
1 parent 5cf2f8a commit a5fb244
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check-regressions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ jobs:
git checkout ${{ github.sha }}
echo 'checked out ${{ github.sha }}'
- name: Clean cargo git cache
run: |
rm -rf ~/.cargo/git
cargo clean
- name: Obtain results after changes
run: |
cargo run --locked --release --bin datadog-static-analyzer -- -i ${{ matrix.repo.org }}/${{ matrix.repo.name }} -o result-post.json -b -f sarif
Expand Down

0 comments on commit a5fb244

Please sign in to comment.