Skip to content

Commit

Permalink
fix: use cordova for Ionic CLI smoketest
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 authored Oct 17, 2021
1 parent e2332e1 commit fc3ef77
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -29,7 +29,7 @@ jobs:
- name: Setup Project
run: |
npm i -g cordova @ionic/cli
ionic start lottie-smoke-test tabs --type angular --no-interactive --no-confirm
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
Expand Down

0 comments on commit fc3ef77

Please sign in to comment.