Skip to content

Commit

Permalink
Merge pull request #89 from fabian-thomas/fix_ci
Browse files Browse the repository at this point in the history
Fix regression in CI
  • Loading branch information
marioortizmanero authored May 21, 2024
2 parents ef06489 + ebda495 commit ed03a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM debian

RUN apt-get update && apt-get -y install bats pulseaudio psmisc procps

COPY ./pulseaudio-control.bash ./tests.bats /
COPY ./pulseaudio-control ./tests.bats /
2 changes: 1 addition & 1 deletion tests.bats
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function restartPulseaudio() {
function setup() {
restartPulseaudio
echo "Loading script"
source pulseaudio-control.bash output &>/dev/null
source pulseaudio-control output &>/dev/null
}


Expand Down

0 comments on commit ed03a1b

Please sign in to comment.