Skip to content

Commit

Permalink
include staging and dev in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jwrobdolby committed Nov 7, 2024
1 parent 5594475 commit 726db6e
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,12 +12,12 @@ jobs:
fail-fast: false
max-parallel: 3
matrix:
qa_env_mode: [dev]
qa_env_mode: [dev, staging]
include:
- qa_env_mode: dev
environment: dev
# - qa_env_mode: staging
# environment: staging
- qa_env_mode: staging
environment: staging
env:
INTEGRATION_DIR: ./packages/millicast-sdk/integration-tests
INTEGRATION_TEST_CONFIG: ./packages/millicast-sdk/integration-tests/test.config.json
Expand Down

0 comments on commit 726db6e

Please sign in to comment.