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

Remove lerna test from ci #604

Merged
merged 1 commit into from Nov 1, 2022
Merged

Remove lerna test from ci #604

merged 1 commit into from Nov 1, 2022

Conversation

BenjaminMoe
Copy link
Collaborator

In our CI we have

      - name: Test
        run: npm run test

      - name: Jest
        run: cd packages/traceability-schemas && npm run test

The first test is going to call npm run test, which is mapped to lerna run test. This is going to call the npm run test method for each one of the packages. And since we only have one package, these two commands are doing the same thing.

@BenjaminMoe BenjaminMoe marked this pull request as ready for review October 27, 2022 07:53
@BenjaminMoe BenjaminMoe merged commit 3a76d3d into main Nov 1, 2022
@BenjaminMoe BenjaminMoe deleted the remove-lerna-test branch November 1, 2022 17:45
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.

None yet

3 participants