Skip to content

Tests run 2 times instead of 1 #425

@piotrwalczak1

Description

@piotrwalczak1

Describe a bug

Why the tests run 2 times in a row instead of 1?
image

Then it's running it for the 2nd time?
image

Expected behavior

Only 1 test run should be present

Details

  • Action version: 2.3.0
  • OS, where your action is running (windows, linux): Linux
      - name: Use Node.js ${{ matrix.node-version }}
        uses: actions/setup-node@v4
        with:
          node-version: ${{ matrix.node-version }}
      - uses: ArtiomTr/[email protected]
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}
          test-script: npm run test:ci

Additional context

In github actions I can see tests are run twice instead of just once.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions