Skip to content

Commit

Permalink
GHA: Add Dummy job we can depend on for reviews (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak authored Sep 20, 2023
1 parent d434a4a commit 8bf72d1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,12 @@ jobs:
# uses: github/codeql-action/upload-sarif@v2
# with:
# sarif_file: 'trivy-results.sarif'
tests:
needs:
- shellcheck
- rubocop
- unit_tests
runs-on: ubuntu-latest
name: Test suite
steps:
- run: echo Test suite completed

0 comments on commit 8bf72d1

Please sign in to comment.