We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12fef9 commit 2b73a2cCopy full SHA for 2b73a2c
.github/workflows/test.yml
@@ -301,27 +301,6 @@ jobs:
301
run: |
302
black . --check --diff --color
303
304
- - name: Check for Tox file
305
- id: check_tox
306
- uses: andstor/file-existence-action@v3
307
- with:
308
- files: "tox.ini"
309
-
310
- - name: Install tox
311
- if: steps.check_tox.outputs.files_exists == 'true'
312
- run: |
313
- pip3 install --disable-pip-version-check tox
314
315
- - name: Install test dependencies
316
317
318
- make dev-requirements
319
320
- - name: Run tox
321
322
323
- tox
324
325
ansible:
326
name: Ansible
327
runs-on: ubuntu-latest
0 commit comments