Skip to content

Commit

Permalink
revert: paramedic install
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Sep 16, 2021
1 parent 280319b commit b2dc3b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Run paramedic install
if: ${{ endswith(env.repo, '/cordova-paramedic') != true }}
run: npm i -g github:erisu/cordova-paramedic#ci/paramedic-plugin-improvement
run: npm i -g github:apache/cordova-paramedic

- uses: reactivecircus/android-emulator-runner@5de26e4bd23bf523e8a4b7f077df8bfb8e52b50e
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Run paramedic install
if: ${{ endswith(env.repo, '/cordova-paramedic') != true }}
run: npm i -g github:erisu/cordova-paramedic#ci/paramedic-plugin-improvement
run: npm i -g github:apache/cordova-paramedic

- name: Run paramedic tests
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Run paramedic install
if: ${{ endswith(env.repo, '/cordova-paramedic') != true }}
run: npm i -g github:erisu/cordova-paramedic#ci/paramedic-plugin-improvement
run: npm i -g github:apache/cordova-paramedic

- name: Run paramedic tests
env:
Expand Down

0 comments on commit b2dc3b8

Please sign in to comment.