Skip to content

Commit

Permalink
Update modules-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanjainn authored Sep 18, 2023
1 parent 5ca23ba commit 98c3e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/modules-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Test Modules
run: ansible-test integration -v alert_contact_point alert_notification_policy cloud_api_key cloud_plugin dashboard datasource folder --color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }} --coverage --docker

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

View workflow job for this annotation

GitHub Actions / Perform Linting

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

- name: Delete Test Stack
run: ansible-test integration -v delete_cloud_stack --color --retry-on-error --continue-on-error --diff --python ${{ matrix.python }} --coverage --docker

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

View workflow job for this annotation

GitHub Actions / Perform Linting

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

0 comments on commit 98c3e1e

Please sign in to comment.