Skip to content

Commit

Permalink
Merge pull request #341 from bastelfreak/vp
Browse files Browse the repository at this point in the history
CI: Apply Vox Pupuli best practices
  • Loading branch information
bastelfreak authored Nov 14, 2024
2 parents 3b4f52d + e3e6c0d commit 38eb74e
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Tests

on:
- push
- pull_request
pull_request: {}
push:
branches:
- master

jobs:
full_tests:
test:
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -35,3 +39,11 @@ jobs:
- env:
PUPPET_VERSION: ${{ matrix.puppet }}
run: bundle exec rake full_tests

tests:
needs:
- test
runs-on: ubuntu-latest
name: Test suite
steps:
- run: echo Test suite completed

0 comments on commit 38eb74e

Please sign in to comment.