Skip to content

Commit

Permalink
correct get-port override for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
mhan83 committed May 2, 2023
1 parent e843cb8 commit db121d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ jobs:

- name: Override Dependencies
run: |
rm -r bundle/Cache/${{ env.cypress_version }}/Cypress/resources/app/node_modules/get-port
cp -r vendor/get-port bundle/cache/${{ env.cypress_version }}/Cypress/resources/app/node_modules
rm -r bundle/Cache/${{ env.cypress_version }}/Cypress.app/Contents/Resources/app/node_modules/get-port
cp -r vendor/get-port bundle/Cache/${{ env.cypress_version }}/Cypress.app/Contents/Resources/app/node_modules/
- name: List Bundle Contents
if: ${{ steps.prep.outputs.asset_id == '' }}
Expand Down

0 comments on commit db121d8

Please sign in to comment.