diff --git a/.github/workflows/cotea_testing_workflow.yaml b/.github/workflows/cotea_testing_workflow.yaml index 4bea0de..aca66c3 100644 --- a/.github/workflows/cotea_testing_workflow.yaml +++ b/.github/workflows/cotea_testing_workflow.yaml @@ -24,7 +24,11 @@ jobs: - name: Install dependencies run: pip install ansible - + + - + name: check + run: which ansible-playbook + - name: Run tests run: |