Skip to content

Commit

Permalink
tests(smoke): use --debug in github action (GoogleChrome#10919)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark authored and George Martin committed Jul 6, 2020
1 parent c1e116c commit 6a4b9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- run: sudo apt-get install xvfb
- run: xvfb-run --auto-servernum yarn unit
- run: xvfb-run --auto-servernum yarn test-clients
- run: xvfb-run --auto-servernum yarn smoke -j=1 --retries=2
- run: xvfb-run --auto-servernum yarn smoke --debug -j=1 --retries=2
- run: xvfb-run --auto-servernum yarn test-bundle
- run: xvfb-run --auto-servernum yarn test-docs

Expand Down

0 comments on commit 6a4b9cf

Please sign in to comment.