You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you are developing in a team, it's quite handy to know whether a branch or PR passes your tests or lints before you merge it in. You can do this locally, or you can also get GitHub to automate this task. For example, this commit adds an action that runs your lint, which results in this log.
Note that you can also run Cypress tests like this but if your Cypress tests use Firebase then that adds an extra layer of complexity which you might prefer to avoid.
The text was updated successfully, but these errors were encountered:
When you are developing in a team, it's quite handy to know whether a branch or PR passes your tests or lints before you merge it in. You can do this locally, or you can also get GitHub to automate this task. For example, this commit adds an action that runs your lint, which results in this log.
Note that you can also run Cypress tests like this but if your Cypress tests use Firebase then that adds an extra layer of complexity which you might prefer to avoid.
The text was updated successfully, but these errors were encountered: