Skip to content

Commit

Permalink
GHA: Add Dummy job we can depend on for reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Sep 20, 2023
1 parent 47365d5 commit 3422a95
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 3422a95

Please sign in to comment.