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 958bcdb + 9763dbc commit 0cb98deCopy full SHA for 0cb98de
buildspec/linuxIntegrationTests.yml
@@ -39,7 +39,7 @@ phases:
39
- ls -alh $AWS_CONFIG_FILE
40
- cat $AWS_CONFIG_FILE
41
- chmod +x gradlew
42
- - 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
43
- |
44
if [ $(docker ps -q | wc -l) -gt 0 ]; then
45
echo 'Docker containers were not completely cleaned up!';
0 commit comments