Skip to content

Commit

Permalink
Merge pull request #837 from voxpupuli/tests
Browse files Browse the repository at this point in the history
add dummy CI job we can depend on
  • Loading branch information
bastelfreak committed May 8, 2023
2 parents 26d0112 + 095bef1 commit 25e7f41
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,12 @@ jobs:
- name: Run bandit
run: |
bandit -r puppetboard
tests:
needs:
- test
- security-tests
runs-on: ubuntu-latest
name: Test suite
steps:
- run: echo Test suite completed

0 comments on commit 25e7f41

Please sign in to comment.