Skip to content

Commit 38997eb

Browse files
committed
Drop file filter
1 parent 893ca5b commit 38997eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: ./scripts/ci/prepare_linux.sh --integration-tests
2929
# Needed so we can have ./build/desktop_runner.js and ./build/go_desktop_runner ready for tests
3030
- run: yarn build-test-runner
31-
- run: yarn test --detectOpenHandles --forceExit --verbose desktop/panel/http.test.js
31+
- run: yarn test --detectOpenHandles --forceExit --verbose
3232

3333
- name: Upload non-credential coverage
3434
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)