Skip to content

Commit

Permalink
Update installer_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theource authored Jul 2, 2022
1 parent 1e47790 commit bae9f46
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/installer_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
- name: Set up Python 3.10
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.6"
Expand All @@ -45,3 +45,9 @@ jobs:
sudo cp setup/.abcde.conf /etc/arm/config/abcde.conf
- name: Run A.R.M ui
run: timeout 1 python ./arm/runui.py || code=$?; if [[ $code -ne 124 && $code -ne 0 ]]; then exit $code; fi
- name: Test MakeMKV
run: makemkvcon | grep www.makemkv.com/developers || exit 1
- name: Test HandBrake
run: HandBrakeCLI --version || exit 1
- name: Test abcde
run: abcde -v || exit 1

0 comments on commit bae9f46

Please sign in to comment.