Skip to content

Commit

Permalink
updated the qa env name in int-test yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalkharge committed Oct 29, 2024
1 parent a1f2a1b commit 59ba8e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
fail-fast: false
max-parallel: 3
matrix:
qa_env_mode: [qa_dev, qa_staging]
qa_env_mode: [dev, staging]
include:
- qa_env_mode: qa_dev
- qa_env_mode: dev
environment: dev
- qa_env_mode: qa_staging
- qa_env_mode: staging
environment: staging
env:
INTEGRATION_DIR: ./packages/millicast-sdk/integration-tests
Expand Down

0 comments on commit 59ba8e5

Please sign in to comment.