Fix CI on github action desktop build#1159
Conversation
ESLint Summary View Full Report
Report generated by eslint-plus-action |
|
@matextrem could you please give an example of warning that didn't let the build happen? |
|
Travis automatic deployment: |
|
ok I see it in https://github.com/gnosis/safe-react/runs/906180676 this is why we started using react-app-rewired, we have a configuration override which should suppress this warning: https://github.com/gnosis/safe-react/blob/development/config-overrides.js why doesn't it work? |
|
The CI fails if it detect warnings. In windows there are 2 warnings related to critical dependencies. |
|
Travis automatic deployment: |
|
@matextrem I understand that. We previously had exactly the same issue and fixed it, I pointed you to the file with the solution. If we merge your PR, we will have two solutions for the same problem. Did you investigate why the current solution doesn't work for windows? Also I'm not really a fan of CI=false, this way we may miss other possible warnings |
|
Travis automatic deployment: |
* Prevent failed CI if there is any warning * Update regex * Eslint error Co-authored-by: Mati Dastugue <mdastugu@amazon.com>
No description provided.