-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[NoQA] chore(ci): remove fetch-depth
param
#50559
[NoQA] chore(ci): remove fetch-depth
param
#50559
Conversation
ce2cc72
to
30335e4
Compare
An example action can be found here. To trigger this action there must be a change in specific location and when there's only change under |
@marcaaron Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
hey @marcaaron, can we proceed with this one? 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not too familiar with the reassure test. Can we also tag whoever worked on this who might have more context?
rm -f "$file" | ||
echo "Deleted file: $file" | ||
fi | ||
done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did we need this deletion logic before but don't need it now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This logic was originally added to resolve an issue where files weren’t properly deleted on CI, causing Reassure tests to fail by detecting duplicate files with the same tests. The issue occurred during the migration to TypeScript when test file names were changed. Now that the migration is complete, we no longer need this logic.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we still need this. We are facing an issue where after a patch file is renamed the instance sees two patches and patch-package fail https://github.com/Expensify/App/actions/runs/12285318556/job/34283030276?pr=53627
e64530b
to
57cbb28
Compare
fetch-depth
paramfetch-depth
param
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
c84cab5
to
57cbb28
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the explanation @OlimpiaZurek
Looks like we only need @marcaaron's review and we're good? :) |
I will move this one ahead as its quite straightforward, lets monitor the reassure tests wont have issues after this |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/mountiny in version: 9.0.73-0 🚀
|
🚀 Deployed to production by https://github.com/luacmartins in version: 9.0.73-8 🚀
|
Details
Removes
fetch-depth
param which turns out to be unnecessary. This change removes ~2 minutes from Reassure CI action. Also it's not recommended to fetch whole history of repository considering size.Fixed Issues
$
PROPOSAL:
Tests
Offline tests
n/a
QA Steps
n/a
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop