Running NodeJS Tests/CI with GitHub Actions/Workflow

Опубликовано: 07 Декабрь 2021
на канале: Kris Foster
13,675
223

In this video, we're going to be running our NodeJS tests/continuous integration with a GitHub Action/Workflow. We will be using jest as our test runner. GitHub actions is a really nice way to run your continuous integration. It's really easy to run your tests with node/npm and GitHub actions.

Code: https://github.com/kriscfoster/github...