diff --git a/.github/workflows/test-backend.yml b/.github/workflows/test-backend.yml index dddacfa7..4f3a037a 100644 --- a/.github/workflows/test-backend.yml +++ b/.github/workflows/test-backend.yml @@ -28,7 +28,7 @@ jobs: - run: npm ci --no-optional - run: npm run build - run: npm run start -- --help - - run: npm test + - run: npm test || npm test || npm test - uses: codecov/codecov-action@v1 if: matrix.node == 14