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
Create a GitHub Actions workflow to run tests on push and pull request events
* Use `actions/checkout@v2` to check out the repository
* Use `actions/setup-node@v2` to set up Node.js
* Run `npm install` to install dependencies
* Run `npm test` to execute tests
0 commit comments