Closed taras closed 4 years ago
A preview package of this pull request has been published with the tag add-tests-action
.
You can try it out by running the following command:
$ npm install @bigtest/interactor@add-tests-action
or by updating your package.json to:
{
"@bigtest/interactor": "add-tests-action"
}
Generated by :no_entry_sign: dangerJS against 4928512d0b83c230fe8a20eec00312d0bf9936d1
Motivation
We want to be able to run tests on every pull request.
Approach
Added GitHub Action job for running node tests.