Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,7 @@ workflows:
- fail-fast
- unit-test:
name: Unit Test (PR)
resource_class: xlarge
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

imo I think we should fix the underlying issue before bumping this up

nx_run: affected --base=main --head=$CIRCLE_SHA1
workflow: test_pull_request
requires:
Expand Down
Loading