Skip to content

Commit

Permalink
chore: Update CI workflows path to be current branch workflows file (#…
Browse files Browse the repository at this point in the history
…30534)

* Update workflows path

* bump and try checkout

* add checkout

* remove params

* empty commit
  • Loading branch information
jennifer-shehane authored Nov 4, 2024
1 parent 4ff3b2b commit b0b28d3
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
setup: true

orbs:
continuation: circleci/continuation@0.3.1
continuation: circleci/continuation@1.0.0

jobs:
verify-ci-should-run:
Expand Down Expand Up @@ -52,17 +52,9 @@ jobs:
echo "Skipping CI; branch in progress - $TRIGGER_INSTRUCTIONS"
cancel_build
- run:
name: Download .circleci/workflows.yaml
command: |
if [[ "$CIRCLE_BRANCH" == "pull/"* ]]; then
curl -o workflows.yml https://raw.githubusercontent.com/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}/develop/.circleci/workflows.yml
else
curl -o workflows.yml https://raw.githubusercontent.com/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}/${CIRCLE_BRANCH}/.circleci/workflows.yml
fi
- checkout
- continuation/continue:
configuration_path: workflows.yml
configuration_path: .circleci/workflows.yml

workflows:
# the setup-workflow workflow is always triggered.
Expand Down

3 comments on commit b0b28d3

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on b0b28d3 Nov 4, 2024

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 arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.15.2/linux-arm64/develop-b0b28d3b0d3cd7977d7d6377d318a603868d11f9/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on b0b28d3 Nov 4, 2024

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 build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.15.2/linux-x64/develop-b0b28d3b0d3cd7977d7d6377d318a603868d11f9/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on b0b28d3 Nov 4, 2024

Choose a reason for hiding this comment

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

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

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.15.2/darwin-x64/develop-b0b28d3b0d3cd7977d7d6377d318a603868d11f9/cypress.tgz

Please sign in to comment.