diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index 4cf411ae..34be1232 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -28,7 +28,7 @@ jobs: - run: ./scripts/ci/prepare_linux.sh --integration-tests # Needed so we can have ./build/desktop_runner.js and ./build/go_desktop_runner ready for tests - run: yarn build-test-runner - - run: yarn test --detectOpenHandles --forceExit --verbose desktop/panel/http.test.js + - run: yarn test --detectOpenHandles --forceExit --verbose - name: Upload non-credential coverage uses: actions/upload-artifact@v3