Skip to content

Commit

Permalink
fix: Fixed linter warnings and cbi acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed Jul 6, 2024
1 parent 4445400 commit d6dc94a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zpa-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
strategy:
fail-fast: false
matrix:
goVersion: ["1.21"]
goVersion: ["1.22"]
environment:
- ZPA_BETA_TENANT01
environment: ${{ matrix.environment }}
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
ZPA_ACC_TEST_FORCE_SWEEPERS: ${{ secrets.ZPA_ACC_TEST_FORCE_SWEEPERS }}

zpa-prod-tenants:
# needs: [zpa-beta-tenants]
needs: [zpa-beta-tenants]
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit d6dc94a

Please sign in to comment.