Skip to content

Commit

Permalink
Add test for correct filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Aug 25, 2024
1 parent daaf5de commit bad66c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/antsibull-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,10 @@ jobs:
working-directory: antsibull-docs

- name: Test plugin rendering
shell: bash
run: |
coverage run -p --source antsibull_docs -m antsibull_docs.cli.antsibull_docs plugin --plugin-type module --dest-dir . community.crypto.acme_account_info
test -f community.crypto.acme_account_info_module.rst
working-directory: antsibull-docs
if: contains(matrix.options, '--use-current')

Expand Down

0 comments on commit bad66c8

Please sign in to comment.