Révision 3246b968
Check that all rules are declared in the all rules acceptance test
.github/workflows/ci.yml | ||
---|---|---|
70 | 70 |
with: |
71 | 71 |
ruby-version: '2.7' |
72 | 72 |
bundler-cache: true |
73 |
- name: Check that all rules are declared in the all rules acceptance test |
|
74 |
run: bash -c "awk '/^class / {print \$2}' manifests/rules/*.pp manifests/rules/out/*.pp | xargs -i sh -c 'grep -F {} spec/acceptance/all_rules_spec.rb -q || exit 255'" |
|
73 | 75 |
- name: Run tests |
74 | 76 |
run: bundle exec rake beaker |
75 | 77 |
env: |
Formats disponibles : Unified diff