Skip to content

Commit

Permalink
fix yml indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
burak-58 committed Dec 26, 2024
1 parent d217818 commit 233b87f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@ jobs:
- name: Build and Test HLS Merger
run: |
cd HLSMergerPlugin
mvn clean install -Dmaven.javadoc.skip=true -Dmaven.test.skip=true -Dgpg.skip=true
mvn clean install -Dmaven.javadoc.skip=true -Dmaven.test.skip=true -Dgpg.skip=true
sudo cp target/HLSMerger.jar /usr/local/antmedia/plugins
ls /usr/local/antmedia/plugins
sudo service antmedia restart
sleep 10
mvn test -DskipTests=false --quiet
mvn test -DskipTests=false --quiet
cd ..

0 comments on commit 233b87f

Please sign in to comment.