From a448ac2ed1b0a133697803895d8d6052856c2f71 Mon Sep 17 00:00:00 2001 From: Laurent Cheylus Date: Sat, 6 Jan 2024 00:51:21 +0100 Subject: [PATCH] Remove some outputs in build GH workflow Signed-off-by: Laurent Cheylus --- .github/workflows/build.yml | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e4828ec..1904708 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,29 +85,17 @@ jobs: echo "## tooling infos" cargo -V rustc -V - curl --version echo "## packages infos" pkg_info - # Check if build script available - # echo "## repository infos" - # pwd - # ls -la - # df -h - # ls -l /tmp - # du -sch /tmp - # Run build script for cargo-nextest + ## Run build script for cargo-nextest echo "##################################" echo "Run build script for cargo-nextest" echo "##################################" ./build.sh - echo "ls -l /tmp/cargo-nextest-build-0.9.66/target/release" + echo "# ls -l /tmp/cargo-nextest-build-0.9.66/target/release" ls -l /tmp/cargo-nextest-build-0.9.66/target/release - echo "/tmp/cargo-nextest-build-0.9.66/target/release/cargo-nextest -V" + echo "# /tmp/cargo-nextest-build-0.9.66/target/release/cargo-nextest -V" /tmp/cargo-nextest-build-0.9.66/target/release/cargo-nextest -V - echo "/tmp/cargo-nextest-build-0.9.66/target/release/cargo-nextest -h" - /tmp/cargo-nextest-build-0.9.66/target/release/cargo-nextest -h - echo "/tmp/cargo-nextest-build-0.9.66/target/release/cargo-nextest nextest self update --help" - /tmp/cargo-nextest-build-0.9.66/target/release/cargo-nextest nextest self update --help # # To ensure that files are cleaned up, we don't want to exit on error #