Skip to content

Commit

Permalink
ci: fixed renaming copy paste issue
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored Feb 13, 2024
1 parent 9472f53 commit 956b2a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ jobs:
- name: Setup Unit test Pre-requisites
run: |
ansible-galaxy collection install .cache/collection-tarballs/*.tar.gz
if [ -f /home/runner/.ansible/collections/ansible_collections/dellemc/powerflex/tests/requirements.txt ]; then pip install -r /home/runner/.ansible/collections/ansible_collections/dellemc/powerflex/tests/requirements.txt; fi
if [ -f /home/runner/.ansible/collections/ansible_collections/opiproject/ansible-opi-dpu/tests/requirements.txt ]; then pip install -r /home/runner/.ansible/collections/ansible_collections/opiproject/ansible-opi-dpu/tests/requirements.txt; fi
- name: Run Unit tests using ansible-test
run: ansible-test units -v --color --python ${{ matrix.python-version }} --coverage
working-directory: /home/runner/.ansible/collections/ansible_collections/dellemc/powerflex
working-directory: /home/runner/.ansible/collections/ansible_collections/opiproject/ansible-opi-dpu

###
# Sanity tests (REQUIRED)
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
# and all python versions ansible supports.
- name: Run sanity tests
run: ansible-test sanity --docker -v --color
working-directory: /home/runner/.ansible/collections/ansible_collections/dellemc/powerflex
working-directory: /home/runner/.ansible/collections/ansible_collections/opiproject/ansible-opi-dpu

lint:
name: Ansible lint
Expand Down Expand Up @@ -170,4 +170,4 @@ jobs:

- name: Run Ansible lint
run: ansible-lint --show-relpath
working-directory: /home/runner/work/ansible-powerflex/ansible-powerflex
working-directory: /home/runner/work/ansible-opi-dpu/ansible-opi-dpu

0 comments on commit 956b2a9

Please sign in to comment.