Skip to content

Commit

Permalink
Update integretion_utils.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwini-mhatre authored Mar 11, 2024
1 parent fe260cc commit dc59018
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/integretion_utils.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Integration tests
on:

workflow_call:
inputs:
collection_pre_install:
Expand Down Expand Up @@ -33,26 +32,26 @@ on:

jobs:
integration:
# env:
# PY_COLORS: "1"
# source_directory: "./source"
# dependency_directory: "./dependency"
env:
PY_COLORS: "1"
source_directory: "./source"
dependency_directory: "./dependency"
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ansible-version:
# - stable-2.9
# - stable-2.13
- stable-2.13
# - stable-2.14
- stable-2.15
# - stable-2.15
# - milestone
# - devel
python-version:
# - "3.8"
# - "3.9"
# - "3.10"
- "3.11"
- "3.11"

Check failure on line 54 in .github/workflows/integretion_utils.yml

View workflow job for this annotation

GitHub Actions / ansible-lint / Ansible Lint

yaml[indentation]

Wrong indentation: expected 10 but found 11
dependency-source:
- github

Expand All @@ -66,7 +65,7 @@ jobs:
fetch-depth: "0"

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit dc59018

Please sign in to comment.