commit df5d372b7e5f68f5a801af47c54400bc531bc11c parent 262f8c7772053b0a90444af64edaf70f111e938c Author: Suzanne Soy <git@suzanne.soy> Date: Sun, 21 Feb 2021 22:26:01 +0000 gitlab's stdout and stderr are not in sync (?) Diffstat:
| M | .github/workflows/ci.yml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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