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

chore: attempt to fix test build CI command #410

Merged
merged 1 commit into from
Aug 29, 2023
Merged

Conversation

crutchcorn
Copy link
Member

Per @ZackDeRose:

ok, so this is because the command is using nx affected, but you haven't checked out all the branches
nx affected compares git commits to see if a package could be affected
easy fix: skip affected

harder fix: pull down all the relevant branches
I think query has an example

This seems like it may fix the issue we're experiencing with CI

@codesandbox-ci
Copy link

codesandbox-ci bot commented Aug 29, 2023

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (main@caba021). Click here to learn what that means.
Patch has no changes to coverable lines.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #410   +/-   ##
=======================================
  Coverage        ?   57.29%           
=======================================
  Files           ?        7           
  Lines           ?      370           
  Branches        ?       89           
=======================================
  Hits            ?      212           
  Misses          ?      126           
  Partials        ?       32           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@crutchcorn crutchcorn merged commit f006b8e into main Aug 29, 2023
5 checks passed
@crutchcorn crutchcorn deleted the attempt-to-fix-ci branch August 29, 2023 08:22
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.

2 participants