Skip to content

Commit

Permalink
included path for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-checkmk committed Sep 6, 2024
1 parent dae287b commit 795fe4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ans-unit-test-inventory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ env:
NAMESPACE: checkmk
COLLECTION_NAME: general
MODULE_NAME: checkmk
TESTPATH: tests/unit/plugins/inventory/test_checkmk.py

# concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -58,5 +59,5 @@ jobs:
run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible }}.tar.gz --disable-pip-version-check

- name: Run unit test
run: ansible-test units ${{env.MODULE_NAME}} -v --color --python ${{ matrix.python }} --docker default
run: ansible-test units ${{env.TESTPATH}} -v --color --python ${{ matrix.python }} --docker default
working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}

0 comments on commit 795fe4f

Please sign in to comment.