Skip to content

Commit

Permalink
CI: Apply Vox Pupuli best practices
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Nov 14, 2024
1 parent 3b4f52d commit e3e6c0d
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 e3e6c0d

Please sign in to comment.