Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
koush authored May 11, 2023
1 parent 22505c9 commit 450f059
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Run install script
run: |
cat ./docker/install-scrypted-dependencies-linux.sh | sudo SERVICE_USER=$USER bash
cat ./install/install-scrypted-dependencies-linux.sh | sudo SERVICE_USER=$USER bash
- name: Test server is running
run: |
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Run install script
run: |
mkdir -p ~/.scrypted
bash ./docker/install-scrypted-dependencies-mac.sh
bash ./install/install-scrypted-dependencies-mac.sh
- name: Test server is running
run: |
Expand All @@ -53,7 +53,7 @@ jobs:

- name: Run install script
run: |
.\docker\install-scrypted-dependencies-win.ps1
.\install\install-scrypted-dependencies-win.ps1
- name: Test server is running
run: |
Expand Down

0 comments on commit 450f059

Please sign in to comment.