mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 18:18:06 +00:00
Always cat log
Signed-off-by: Luigi311 <luigi311.lg@gmail.com>
This commit is contained in:
parent
d76bb9e2d9
commit
6791fba8be
1 changed files with 4 additions and 1 deletions
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
@ -86,9 +86,12 @@ jobs:
|
|||
tar xf video.tar.gz
|
||||
- name: Testing ${{ matrix.name }}
|
||||
run: |
|
||||
./av1an.py -i bus_cif.y4m -enc ${{ matrix.enc }} -tr 20 --keep -o "bus_cif.mkv" ${{ matrix.flags }}
|
||||
./av1an.py -i bus_cif.y4m -enc ${{ matrix.enc }} -log log_av1an -tr 20 --keep -o "bus_cif.mkv" ${{ matrix.flags }}
|
||||
du -h bus_cif.mkv
|
||||
tree -a
|
||||
- name: Cat log
|
||||
if: always()
|
||||
run: cat log_av1an.log
|
||||
|
||||
docker:
|
||||
runs-on: ubuntu-18.04
|
||||
|
|
Loading…
Reference in a new issue