Skip to content

Commit

Permalink
build: install latest platforms (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Oct 17, 2021
1 parent fc3ef77 commit 5fe2a87
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoke-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
npm i -g cordova
cordova create lottie-smoke-test
cd lottie-smoke-test
cordova platform add ios
cordova platform add ios@latest
gsed -i '4i\ <preference name="SwiftVersion" value="5" />' config.xml
cordova platform add android
cordova platform add android@latest
gsed -i '4i\ <preference name="GradlePluginKotlinEnabled" value="true" />' config.xml
gsed -i '4i\ <preference name="AndroidXEnabled" value="true" />' config.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test-ubuntu-ionic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
npm i -g cordova @ionic/cli
ionic start lottie-smoke-test tabs --cordova --type angular --no-interactive --no-confirm
cd lottie-smoke-test
ionic cordova platform add android --no-interactive --confirm
ionic cordova platform add android@latest --no-interactive --confirm
- name: Install Plugins
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
npm i -g cordova
cordova create lottie-smoke-test
cd lottie-smoke-test
cordova platform add android
cordova platform add android@latest
sed -i '4i\ <preference name="GradlePluginKotlinEnabled" value="true" />' config.xml
sed -i '4i\ <preference name="AndroidXEnabled" value="true" />' config.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
npm i -g cordova
cordova create lottie-smoke-test
cd lottie-smoke-test
cordova platform add android
cordova platform add android@latest
- name: Install Plugins
run: |
Expand Down

0 comments on commit 5fe2a87

Please sign in to comment.