Skip to content

Commit

Permalink
Improve chrome.workflow.yml to prevent timeouts while running the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ephenodrom authored Jan 11, 2024
1 parent 59e0602 commit 4631756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chrome.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
run: dart pub get

- name: Test chrome
run: dart pub run test -p chrome
run: dart pub run test -j 1 -p chrome

0 comments on commit 4631756

Please sign in to comment.