Running NodeJS Tests/CI with GitHub Actions/Workflow

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024
  • 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: github.com/kri...

Комментарии • 6

  • @OneLifeOdyssey
    @OneLifeOdyssey 2 года назад +1

    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

  • @simonprato9666
    @simonprato9666 2 года назад

    Really good video, super clear. Thanks

  • @joelsongoncalves9402
    @joelsongoncalves9402 Год назад

    very useful! thanks a lot!

  • @realfootball338
    @realfootball338 2 года назад

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

  • @walkingtheatre2023
    @walkingtheatre2023 2 года назад

    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

  • @2mahender
    @2mahender Год назад

    how to generate pacakge.lock.json?