mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-04-13 20:43:13 +08:00
ci: use improved paramedic
This commit is contained in:
parent
827bb611ee
commit
de462d9215
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
@ -103,7 +103,7 @@ jobs:
|
||||
|
||||
- name: Run paramedic install
|
||||
if: ${{ endswith(env.repo, '/cordova-paramedic') != true }}
|
||||
run: npm i -g github:apache/cordova-paramedic
|
||||
run: npm i -g github:erisu/cordova-paramedic\#fix/plugin-install-order
|
||||
|
||||
- uses: reactivecircus/android-emulator-runner@5de26e4bd23bf523e8a4b7f077df8bfb8e52b50e
|
||||
env:
|
||||
|
2
.github/workflows/chrome.yml
vendored
2
.github/workflows/chrome.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
||||
|
||||
- name: Run paramedic install
|
||||
if: ${{ endswith(env.repo, '/cordova-paramedic') != true }}
|
||||
run: npm i -g github:apache/cordova-paramedic
|
||||
run: npm i -g github:erisu/cordova-paramedic\#fix/plugin-install-order
|
||||
|
||||
- name: Run paramedic tests
|
||||
env:
|
||||
|
2
.github/workflows/ios.yml
vendored
2
.github/workflows/ios.yml
vendored
@ -86,7 +86,7 @@ jobs:
|
||||
|
||||
- name: Run paramedic install
|
||||
if: ${{ endswith(env.repo, '/cordova-paramedic') != true }}
|
||||
run: npm i -g github:apache/cordova-paramedic
|
||||
run: npm i -g github:erisu/cordova-paramedic\#fix/plugin-install-order
|
||||
|
||||
- name: Run paramedic tests
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user