Skip to content

Commit

Permalink
update flaky test filter
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Feb 12, 2024
1 parent d730489 commit 1156db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flaky-test-detector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
with:
list-files: json
filters: |
browser_integration: dev-packages/browser-integration-tests/suites/**
browser_integration: dev-packages/browser-integration-tests/suites/**/test.ts
- name: Detect flaky tests
run: yarn test:detect-flaky
Expand Down

0 comments on commit 1156db5

Please sign in to comment.