Skip to content

Commit 9d7e24a

Browse files
committed
Firefix
1 parent 56336f3 commit 9d7e24a

File tree

3 files changed

+37
-36
lines changed

3 files changed

+37
-36
lines changed

.github/workflows/dart.yml

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/http/mono_pkg.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ stages:
1515
- test: --test-randomize-ordering-seed=random --platform chrome
1616
os:
1717
- linux
18-
- test: --test-randomize-ordering-seed=random --platform firefox
18+
- command: xvfb-run -s "-screen 0 1024x768x24" &&
19+
dart test --test-randomize-ordering-seed=random --platform firefox
1920
os:
2021
- linux
2122
- command: dart run --define=no_default_http_client=true test/no_default_http_client_test.dart

tool/ci.sh

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)