Skip to content

Commit

Permalink
update ci-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanjainn committed Sep 18, 2023
1 parent 52f6243 commit 5668316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ jobs:
run: pip install requests

- name: Run integration test
run: ansible-test integration -v --color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }} --coverage --docker
run: ansible-test integration -v --color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }} --coverage --docker --test alert_contact_point

Check warning on line 89 in .github/workflows/ci-test.yml

View workflow job for this annotation

GitHub Actions / Perform Linting

89:151 [line-length] line too long (169 > 150 characters)
working-directory: ./ansible_collections/${{env.NAMESPACE}}/${{env.COLLECTION_NAME}}

0 comments on commit 5668316

Please sign in to comment.