Skip to content

Commit

Permalink
don't run local-database tests under CI, too flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
rybesh committed Dec 5, 2024
1 parent 026c04d commit 3e80c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-on-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
- run: make start_client
- run: npm install
- run: npx --yes update-browserslist-db@latest
- run: npx testcafe --hostname localhost --retry-test-pages --skip-js-errors --selector-timeout 60000 "chrome:headless" browse-periods local-database view-authority
- run: npx testcafe --hostname localhost --retry-test-pages --skip-js-errors --selector-timeout 60000 "chrome:headless" browse-periods view-authority
- run: make -C periodo-client stop

0 comments on commit 3e80c63

Please sign in to comment.