gitlab's stdout and stderr are not in sync (?)
This commit is contained in:
parent
262f8c7772
commit
df5d372b7e
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user