From df5d372b7e5f68f5a801af47c54400bc531bc11c Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Sun, 21 Feb 2021 22:26:01 +0000 Subject: [PATCH] gitlab's stdout and stderr are not in sync (?) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 490cc05..313b1b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,9 +34,9 @@ jobs: run: PATH="$PWD/result/bin" git --version - name: Run tests - run: PATH="$PWD/result/bin" python3 ./test.py + run: PATH="$PWD/result/bin" python3 ./test.py 2>&1 - name: Run tests - run: PATH="$PWD/result/bin" python3 ./test.py + run: PATH="$PWD/result/bin" python3 ./test.py 2>&1 - uses: actions/upload-artifact@v2 with: name: debug-git.tar.gz