diff --git a/.github/workflows/pack-build_and_test.yaml b/.github/workflows/pack-build_and_test.yaml index 079e6973..7e83778f 100644 --- a/.github/workflows/pack-build_and_test.yaml +++ b/.github/workflows/pack-build_and_test.yaml @@ -35,20 +35,24 @@ jobs: build_and_test: runs-on: ubuntu-20.04 # When parent workflow is named "Build and Test" this shows up as: - # "Build and Test / Python 3.6" + # "Build and Test / Python 3.X" name: 'Python ${{ matrix.python-version-short }}' strategy: + fail-fast: false + max-parallel: 2 matrix: include: - python-version-short: "3.6" python-version: 3.6.13 + - python-version-short: "3.8" + python-version: 3.8.10 steps: - name: Checkout Pack Repo and CI Repos uses: StackStorm-Exchange/ci/.github/actions/checkout@master with: st2-branch: ${{ inputs.st2-branch }} lint-configs-branch: ${{ inputs.lint-configs-branch }} - + - name: Install APT Dependencies uses: StackStorm-Exchange/ci/.github/actions/apt-dependencies@master with: