Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravpatel67 authored Nov 18, 2024
1 parent 645ffdc commit 41313df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
- name: Install tox and any other packages
run: pip install tox
- name: Run tox
run: tox -e py
run: |
tox -e py
continue-on-error: true
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@master
env:
Expand Down

0 comments on commit 41313df

Please sign in to comment.