We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e90892 + 23c3b51 commit 72d2a74Copy full SHA for 72d2a74
1 file changed
.github/workflows/integration_tests.yml
@@ -44,7 +44,7 @@ jobs:
44
fail-fast: false
45
matrix:
46
testcase: ${{ fromJson(needs.discover-testcases.outputs.testcases) }}
47
- environment: [alpha, staging] # temporary disable [cloud]
+ environment: [alpha, cloud, staging]
48
49
name: "${{ matrix.testcase }} / ${{ matrix.environment }}"
50
0 commit comments