Skip to content

Commit fc3ef77

Browse files
authored
fix: use cordova for Ionic CLI smoketest
1 parent e2332e1 commit fc3ef77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke-test-ubuntu-ionic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Project
3030
run: |
3131
npm i -g cordova @ionic/cli
32-
ionic start lottie-smoke-test tabs --type angular --no-interactive --no-confirm
32+
ionic start lottie-smoke-test tabs --cordova --type angular --no-interactive --no-confirm
3333
cd lottie-smoke-test
3434
ionic cordova platform add android --no-interactive --confirm
3535

0 commit comments

Comments
 (0)