Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring back continuous integration #12

Open
marcua opened this issue Mar 16, 2021 · 0 comments
Open

Bring back continuous integration #12

marcua opened this issue Mar 16, 2021 · 0 comments

Comments

@marcua
Copy link
Member

marcua commented Mar 16, 2021

When we open sourced metronome, we didn't copy over the CI configuration from our closed source copy. Here are the contents of the original .circleci/config.yml:

version: 2
jobs:
  build:
    working_directory: ~/design-system
    docker:
        - image: node:10.15.3
    steps:
      - checkout
      - run: apt-get update && apt-get install -y build-essential
      - run: yarn
      - run: yarn flow
      - run: yarn test --maxWorkers=2 --coverage
      - store_artifacts:
          path: ~/design-system/coverage_report/lcov-report

I'd be a proponent for using GitHub actions, but don't feel strongly and am happy if we use CircleCI as well.

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

No branches or pull requests

1 participant