Skip to content

Commit

Permalink
Run tests after static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Jun 6, 2021
1 parent 4bd483c commit a261a50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -140,6 +140,7 @@ jobs:
tests:
name: "Tests"
runs-on: "${{ matrix.operating-system }}"
needs: ["qa", "static-analysis"]

strategy:
matrix:
Expand Down

0 comments on commit a261a50

Please sign in to comment.