Skip to content

Commit

Permalink
one liner
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanjainn committed Sep 18, 2023
1 parent f070a60 commit c7a2bda
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/modules-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,5 @@ jobs:
run: pip install requests

- name: Test Modules
run: |
ansible-test integration -v \
alert_contact_point \
alert_notification_policy \
cloud_api_key \
cloud_plugin \
cloud_stack \
dashboard \
datasource \
folder \
--color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }} --coverage --docker
run: ansible-test integration -v alert_contact_point alert_notification_policy cloud_api_key cloud_plugin cloud_stack dashboard datasource folder --color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }} --coverage --docker

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

View workflow job for this annotation

GitHub Actions / Perform Linting

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

0 comments on commit c7a2bda

Please sign in to comment.