-
Running the following in my CI appears to trigger each test to be run twice. - name: Run unit tests
uses: ArtiomTr/jest-coverage-report-action@v2 It runs the tests in my current branch and then appears to checkout master / main and run the tests again
Is this so it can generate a diff between master and current branch and say what's changed? Is this necessary? Is there a way to disable this? It is doubling the time it takes for our unit tests to run and wondering if it can just get a report from our master branch wihtout having to run it every time. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello @stretch0 👋, Yes, that is the default behaviour. The instructions to disable it are described in the readme file. |
Beta Was this translation helpful? Give feedback.
Hello @stretch0 👋,
Yes, that is the default behaviour. The instructions to disable it are described in the readme file.