From 6a4b9cf898c607a949e6321ddb9de8559c31425c Mon Sep 17 00:00:00 2001 From: Connor Clark Date: Fri, 12 Jun 2020 16:22:32 -0700 Subject: [PATCH] tests(smoke): use --debug in github action (#10919) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d93acf1ce6f..b744e5d3e9e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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