ci: fix log folding in Github Actions

Backport kernel-patches fix for the same issue ([0] and [1]).

  [0] https://github.com/kernel-patches/vmtest/commit/17c596fe8b29e37622a0a2c8f6db989723767e3f
  [1] https://github.com/kernel-patches/vmtest/commit/a38de685c7b1b700df2f8ebcbabeea6d65970a54

Cc: Sergei Iudin <siudin@fb.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
This commit is contained in:
Andrii Nakryiko
2021-07-27 19:26:06 -07:00
committed by Andrii Nakryiko
parent 0db006d28e
commit 030ff87857
+1 -1
View File
@@ -4,7 +4,7 @@ set -eu
source $(cd $(dirname $0) && pwd)/helpers.sh
VMTEST_SETUPCMD="PROJECT_NAME=${PROJECT_NAME} ./${PROJECT_NAME}/travis-ci/vmtest/run_selftests.sh"
VMTEST_SETUPCMD="GITHUB_WORKFLOW=${GITHUB_WORKFLOW:-} PROJECT_NAME=${PROJECT_NAME} ./${PROJECT_NAME}/travis-ci/vmtest/run_selftests.sh"
echo "KERNEL: $KERNEL"
echo