Skip to content

Commit

Permalink
Update pants.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
felickz authored Jul 31, 2024
1 parent 601f9fc commit bac1841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# run: pants lint check '::'
#./pants clean-all not supported in v2
run: |
pants check :: --no-pantsd --no-local-cache --no-watch-filesystem
pants check :: --no-pantsd --no-local-cache --no-watch-filesystem --keep-sandboxes=always
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
Expand Down

0 comments on commit bac1841

Please sign in to comment.