Skip to content

test:add test case

test:add test case #3

Workflow file for this run

name: test_archlinux
on:
push:
branches: [ test_archlinux ]
paths-ignore:
- 'doc/**'
- 'README.md'
- 'README_zh_CN.md'
- 'DEVELOPNOTE.md'
- '.readthedocs.yaml'
pull_request:
branches: [ test_archlinux ]
paths-ignore:
- 'doc/**'
- 'README.md'
- 'README_zh_CN.md'
- 'DEVELOPNOTE.md'
- '.readthedocs.yaml'
workflow_dispatch:
jobs:
ubuntu-2004:
runs-on: ubuntu-20.04
steps:
- name: build_docker_image
shell: bash -l {0}
run: |
docker pull testcab/yay
- uses: addnab/docker-run-action@v3
with:
image: m0rf30/arch-yay:latest
run: |
yay -Syu --noconfirm yuvviewer-bin
echo "test ldd yuvviewer E"
ldd /opt/YUVviewer/YUVviewer
echo "test ldd yuvviewer X"
echo ".................................................."
echo "test run yuvviewer E"
/opt/YUVviewer/YUVviewer --version
echo "test run yuvviewer X"