Skip to content

Commit

Permalink
build(ci): fix Ionic smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Dec 7, 2021
1 parent 9e0a4cc commit b91827f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/smoke-test-ubuntu-ionic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
ionic start lottie-smoke-test tabs --cordova --type angular --no-interactive --no-confirm
cd lottie-smoke-test
ionic cordova platform add android@latest --no-interactive --confirm
ionic cordova plugin rm cordova-plugin-whitelist
sed -i '4i\ <preference name="GradlePluginKotlinEnabled" value="true" />' config.xml
- name: Install Plugins
Expand Down

0 comments on commit b91827f

Please sign in to comment.