From 1355d35a614b313b5ececfe23ffa253219fe602a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Tue, 2 Jun 2020 11:53:26 +0200 Subject: [PATCH] build: output dots in "Build from tarball" action MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michaƫl Zasso PR-URL: https://github.com/nodejs/node/pull/33696 Reviewed-By: Richard Lau Reviewed-By: Anna Henningsen Reviewed-By: Colin Ihrig Reviewed-By: James M Snell --- .github/workflows/build-tarball.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-tarball.yml b/.github/workflows/build-tarball.yml index b706e7ef855de6..3a3138a677b1d6 100644 --- a/.github/workflows/build-tarball.yml +++ b/.github/workflows/build-tarball.yml @@ -63,7 +63,7 @@ jobs: - name: Test run: | cd $TAR_DIR - make run-ci -j2 V=1 + make run-ci -j2 V=1 TEST_CI_ARGS="-p dots" test-tarball-windows: needs: build-tarball runs-on: windows-latest @@ -138,4 +138,4 @@ jobs: - name: Test run: | cd $TAR_DIR - make run-ci -j8 V=1 \ No newline at end of file + make run-ci -j8 V=1 TEST_CI_ARGS="-p dots"