Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Jun 4, 2021
2 parents f08c0c8 + 30d0b33 commit e0c385e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/merge-master-into-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ jobs:
id: check-conflict
run: echo "::set-output name=merge_conflict::$(git merge-tree $(git merge-base HEAD master) master HEAD | egrep '<<<<<<<')"
- name: Merge master into develop
id: merge-master
run: git merge master
if: ${{ !steps.check-conflict.outputs.merge_conflict }}
- name: Failed merge, set merged status as failed
run: echo "::set-output name=merge_conflict::'failed merge'"
if: ${{ steps.merge-master.outcome != 'success' }}
- name: Push
run: git push
if: ${{ !steps.check-conflict.outputs.merge_conflict }}
Expand Down

3 comments on commit e0c385e

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e0c385e Jun 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/7.5.0/circle-develop-e0c385e0a2b5c0d343399280ab8b7e2aa2e12113/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e0c385e Jun 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/7.5.0/appveyor-develop-e0c385e0a2b5c0d343399280ab8b7e2aa2e12113/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on e0c385e Jun 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 ia32 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/7.5.0/appveyor-develop-e0c385e0a2b5c0d343399280ab8b7e2aa2e12113/cypress.tgz

Please sign in to comment.