Skip to content

Commit

Permalink
Merge main into feature/q-mega
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation authored Nov 19, 2024
2 parents d5ccf1d + 9763dbc commit 5505137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec/linuxIntegrationTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ phases:
- ls -alh $AWS_CONFIG_FILE
- cat $AWS_CONFIG_FILE
- chmod +x gradlew
- DISPLAY=:22 ./gradlew -PideProfileName=$ALTERNATIVE_IDE_PROFILE_NAME integrationTest coverageReport --info --console plain
- DISPLAY=:22 ./gradlew -PideProfileName=$ALTERNATIVE_IDE_PROFILE_NAME integrationTest coverageReport -x :plugin-toolkit:jetbrains-rider:integrationTest --info --console plain
- |
if [ $(docker ps -q | wc -l) -gt 0 ]; then
echo 'Docker containers were not completely cleaned up!';
Expand Down

0 comments on commit 5505137

Please sign in to comment.