Skip to content

Commit

Permalink
Fixing old failing Android tests by not installing the cordova & plat…
Browse files Browse the repository at this point in the history
…form again
  • Loading branch information
sagrawal31 committed Apr 3, 2019
1 parent a2c57ad commit 247b6a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test-with-3-plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ ADDITIONAL_PLUGIN_1=$4
ADDITIONAL_PLUGIN_2=$5
ADDITIONAL_PLUGIN_3=$6

bash ./test/platform-add.sh $CORDOVA_VERSION $PLATFORM $PLATFORM_VERSION
# Do not reinstall the platforms
#bash ./test/platform-add.sh $CORDOVA_VERSION $PLATFORM $PLATFORM_VERSION
bash ./test/plugin-add.sh $CORDOVA_VERSION $PLATFORM $PLATFORM_VERSION ..
bash ./test/plugin-add.sh $CORDOVA_VERSION $PLATFORM $PLATFORM_VERSION $ADDITIONAL_PLUGIN_1
bash ./test/plugin-add.sh $CORDOVA_VERSION $PLATFORM $PLATFORM_VERSION $ADDITIONAL_PLUGIN_2
Expand Down

0 comments on commit 247b6a2

Please sign in to comment.