Skip to content

Commit

Permalink
build-collection.yml: Migrate *.j2 files
Browse files Browse the repository at this point in the history
The tests use jinja template files (*.j2) now, so migrate them to the
downstream collection as well.

Signed-off-by: Felix Matouschek <[email protected]>
  • Loading branch information
0xFelix committed Aug 20, 2024
1 parent c06739b commit 246aeb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-collection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
- name: Find test file to migrate to downstream collection
ansible.builtin.find:
path: "downstream/openshift_virtualization/tests"
patterns: '*.py,*.sh,*.yml,*.yaml'
patterns: '*.py,*.sh,*.yml,*.yaml,*.j2'
recurse: true
register: find_test
- name: Migrate tests to use downstream collection
Expand Down

0 comments on commit 246aeb4

Please sign in to comment.