We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893ca5b commit 38997ebCopy full SHA for 38997eb
.github/workflows/pull_requests.yml
@@ -28,7 +28,7 @@ jobs:
28
- run: ./scripts/ci/prepare_linux.sh --integration-tests
29
# Needed so we can have ./build/desktop_runner.js and ./build/go_desktop_runner ready for tests
30
- run: yarn build-test-runner
31
- - run: yarn test --detectOpenHandles --forceExit --verbose desktop/panel/http.test.js
+ - run: yarn test --detectOpenHandles --forceExit --verbose
32
33
- name: Upload non-credential coverage
34
uses: actions/upload-artifact@v3
0 commit comments