firsttris / vscode-jest-runner

Simple way to run or debug one or more tests from context menu, codelens or command plalette
https://marketplace.visualstudio.com/items?itemName=firsttris.vscode-jest-runner
MIT License
265 stars 124 forks source link

Add basic CI using GitHub Actions #236

Closed nirgilboa closed 2 years ago

nirgilboa commented 2 years ago

I thought this package deserves CI 😄

This is the simplest workflow as described here: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-node

firsttris commented 2 years ago

thx so much! :+1:

nirgilboa commented 2 years ago

thx so much! 👍

Next I'll open a PR to fix a missing import and update some packages to make the CI pass :)