-
Notifications
You must be signed in to change notification settings - Fork 31
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
fix: force build on every aio app run (for switching from remote and local contexts) #551
Conversation
Codecov Report
@@ Coverage Diff @@
## master #551 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 50 50
Lines 2600 2600
Branches 472 473 +1
=========================================
Hits 2600 2600
Continue to review full report at Codecov.
|
need to test for a new use case:
Action code is never saved on the local server, you will always have to redeploy code. |
new use case: passes (I was in a wrong branch before) |
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.
lgtm!
this seems like it should have been handled by the pr that added build caching |
Description
Fixes #542
(see issue for use case)
In a nutshell, we will always force deploy actions on every
aio app run
(doesn't matter if there are no code changes).How Has This Been Tested?
npm test
manual test
Types of changes
Checklist: