Skip to content

Commit

Permalink
gh: Adjusted zpa test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed Apr 27, 2024
1 parent 223dc38 commit 4c7e20d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/zpa-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ on:
env:
NAMESPACE: zscaler
COLLECTION_NAME: zpacloud
PYTHON_VERSION: 3.10
PYTHON_VERSION: 3.8

jobs:
zpa-qa1-tenants:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
python-version: ["3.8"]
environment:
- ZPA_QA_TENANT01
- ZPA_QA_TENANT02
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
python-version: ["3.8"]
environment:
- ZPA_BETA_TENANT01
environment: ${{ matrix.environment }}
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
python-version: ["3.8"]
environment:
- ZPA_PROD_TENANT01
environment: ${{ matrix.environment }}
Expand Down

0 comments on commit 4c7e20d

Please sign in to comment.