ci: use improved paramedic

This commit is contained in:
Erisu 2023-01-19 16:06:31 +09:00
parent 827bb611ee
commit de462d9215
No known key found for this signature in database
GPG Key ID: 2E5FF17FB26AF7F2
3 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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: