Running NodeJS Tests/CI with GitHub Actions/Workflow

preview_player
Показать описание
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.

Рекомендации по теме
Комментарии
Автор

Hi you taught me what i needed. This is the perfect video for me. Your views are very underrated on youtube. Your channel is also very underrated. I saw your other top most views videos you are doing a great job. Keep it up. Love from India

OneLifeOdyssey
Автор

Really good video, super clear. Thanks

simonprato
Автор

Hey Kris Foster,

Facing the issue in the following,
I have written some tests they contain an http get API call and get response and tests it using testify.
It successfully runs locally

But when the GitHub workflow starts its like we are unable to call the API url from within the GitHub environment.

Have any solution for this

walkingtheatre
Автор

I’am new in it. So Does github run this all tests in some vps machine where you installed github taskrunner ? Right ?

realfootball