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

💚 No parallel "git" command #4407

Merged
merged 1 commit into from Nov 7, 2023
Merged

💚 No parallel "git" command #4407

merged 1 commit into from Nov 7, 2023

Conversation

dubzzz
Copy link
Owner

@dubzzz dubzzz commented Nov 7, 2023

Parallel "git" command executions suddenly started to fail in CI. As it does not seem to be something really supported, let's run the commands one after the other to avoid flaky executions in CI.

Category:

  • ✨ Introduce new features
  • 📝 Add or update documentation
  • ✅ Add or update tests
  • 🐛 Fix a bug
  • 🏷️ Add or update types
  • ⚡️ Improve performance
  • Other(s): ...

Potential impacts:

  • Generated values
  • Shrink values
  • Performance
  • Typings
  • Other(s): ...

Parallel "git" command executions suddenly started to fail in CI. As it does not seem to be something really supported, let's run the commands one after the other to avoid flaky executions in CI.
@dubzzz dubzzz enabled auto-merge (squash) November 7, 2023 08:27
Copy link

codesandbox-ci bot commented Nov 7, 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.

Latest deployment of this branch, based on commit d4433b3:

Sandbox Source
Vanilla Configuration
@fast-check/examples Configuration

Copy link

codecov bot commented Nov 7, 2023

Codecov Report

Merging #4407 (d4433b3) into main (db508e5) will not change coverage.
Report is 5 commits behind head on main.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #4407   +/-   ##
=======================================
  Coverage   93.57%   93.57%           
=======================================
  Files         207      207           
  Lines        5013     5013           
  Branches     1368     1368           
=======================================
  Hits         4691     4691           
  Misses        322      322           
Flag Coverage Δ
unit-tests 93.57% <ø> (ø)
unit-tests-16.x-Linux 93.57% <ø> (ø)
unit-tests-18.x-Linux 93.57% <ø> (ø)
unit-tests-latest-Linux 93.57% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@dubzzz dubzzz merged commit 1313aaf into main Nov 7, 2023
54 checks passed
@dubzzz dubzzz deleted the fix-ci-git branch November 7, 2023 08:35
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

1 participant