Skip to content

Conversation

@caseyisonit
Copy link
Contributor

Description

Related issue(s)

Motivation and context

How has this been tested?

  • Test case 1

    1. Go here
    2. Do this
  • Test case 2

    1. Go here
    2. Do this
  • Did it pass in Desktop?

  • Did it pass in Mobile?

  • Did it pass in iPad?

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Chore (minor updates related to the tooling or maintenance of the repository, does not impact compiled assets)

Checklist

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • If my change required a change to the documentation, I have updated the documentation in this pull request.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • I have reviewed at the Accessibility Practices for this feature, see: Aria Practices

Best practices

This repository uses conventional commit syntax for each commit message; note that the GitHub UI does not use this by default so be cautious when accepting suggested changes. Avoid the "Update branch" button on the pull request and opt instead for rebasing your branch against main.

@changeset-bot
Copy link

changeset-bot bot commented Mar 27, 2025

⚠️ No Changeset found

Latest commit: 0eb3ad0

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@caseyisonit caseyisonit changed the base branch from main to chore-migrate-lint-github-from-circleci March 27, 2025 17:26
@castastrophe castastrophe changed the base branch from chore-migrate-lint-github-from-circleci to main March 27, 2025 20:11
@castastrophe castastrophe force-pushed the main branch 2 times, most recently from a890b72 to 9c6ef10 Compare March 27, 2025 20:52
@castastrophe castastrophe force-pushed the test-circleci-migration branch from 210e95f to ff68bb1 Compare March 28, 2025 16:19
ref: ${{ inputs.ref || github.head_ref }}
fetch-depth: 0

- name: Setup Job and Install Dependencies
Copy link
Contributor Author

@caseyisonit caseyisonit Mar 28, 2025

Choose a reason for hiding this comment

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

@castastrophe this job includes build do we need in the next step?

run: yarn build

# This step will evaluate the repo status and report the change
# If there are changes, capture the changes and upload them as an artifact
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Im not seeing an artifact upload and in CI I looks like this hangs after exit 1

fetch-depth: 2

- name: Setup Job and Install Dependencies
uses: ./.github/actions/setup-job
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this includes a build step. we might consider removing it from the setup and make jobs run build explicitly

cache: 'yarn'
registry-url: 'https://registry.npmjs.org'

## --- YARN CACHE --- ##
Copy link
Contributor Author

Choose a reason for hiding this comment

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

would like to know more about this job and if we can leverage it for other jobs if its pulling a cache like I think it is. could improve our run time ten-fold

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants