Commit aae21e2
authored
ci(integration-test-deployment): update workflow to build both stable and alpha integration test packages (#35934)
### Issue # (if applicable)
### Reason for this change
The deployment integ test does not find snapshots of alpha packages. See this log: https://github.com/aws/aws-cdk/actions/runs/18824890075/job/53705955618?pr=35705#step:13:382
This was due to the fact that only integration test for stable packages where build and not for alpha packages.
### Description of changes
The change should build integration test for both alpha and stable packages.
### Describe any new or updated permissions being added
### Description of how you validated changes
Test run: https://github.com/Abogical/aws-cdk/actions/runs/19066544528/job/54458557618
### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*1 parent 2c73af3 commit aae21e2
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
0 commit comments