gitlab's stdout and stderr are not in sync (?)

This commit is contained in:
Suzanne Soy 2021-02-21 22:26:01 +00:00
parent 262f8c7772
commit df5d372b7e

View File

@ -34,9 +34,9 @@ jobs:
run: PATH="$PWD/result/bin" git --version run: PATH="$PWD/result/bin" git --version
- name: Run tests - name: Run tests
run: PATH="$PWD/result/bin" python3 ./test.py run: PATH="$PWD/result/bin" python3 ./test.py 2>&1
- name: Run tests - 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 - uses: actions/upload-artifact@v2
with: with:
name: debug-git.tar.gz name: debug-git.tar.gz