Skip to content

Commit

Permalink
Add a case for starting muted.
Browse files Browse the repository at this point in the history
  • Loading branch information
porridge committed Jul 14, 2023
1 parent 974f74b commit b1f9d5d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,17 @@ jobs:
-s "-screen 0 1024x768x24 -fbdir $AUTOPKGTEST_TMP" \
./test_e2e.py --no-expect-sounds -- --mute
- name: Run GUI tests muted just initially
run: |
export AUTOPKGTEST_ARTIFACTS=`pwd`/artifacts/start-muted
mkdir -p $AUTOPKGTEST_ARTIFACTS
export AUTOPKGTEST_TMP=/tmp
export AUTOPKGTEST_BAMBAM_PROGRAM=./bambam.py
xvfb-run \
-e $AUTOPKGTEST_ARTIFACTS/xvfb-run.stderr \
-s "-screen 0 1024x768x24 -fbdir $AUTOPKGTEST_TMP" \
./test_e2e.py -- --mute
- name: Run GUI tests without sound support
run: |
export AUTOPKGTEST_ARTIFACTS=`pwd`/artifacts/no-audio
Expand Down

0 comments on commit b1f9d5d

Please sign in to comment.