Skip to content

Commit

Permalink
[ci] Run tests even on QA fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhanus3133 committed Jul 23, 2024
1 parent 9f5e92f commit b3235d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: sudo ./install-dev.sh

- name: Install Python dependencies
id: deps
run: pip install openwisp-utils[qa]>=0.7

- name: QA-Checks
Expand All @@ -35,13 +36,15 @@ jobs:
CI: 1

- name: Run sh-checker
if: ${{ !cancelled() && steps.deps.conclusion == 'success' }}
uses: luizm/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
sh_checker_comment: true

- name: Tests
if: ${{ !cancelled() && steps.deps.conclusion == 'success' }}
run: ./runtests

build:
Expand Down

0 comments on commit b3235d2

Please sign in to comment.