mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2025-03-03 19:18:56 +00:00
Fix test URLs
This commit is contained in:
parent
c8c3fae1c2
commit
9b935f0683
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -35,4 +35,4 @@ jobs:
|
|||||||
npm run serve &
|
npm run serve &
|
||||||
|
|
||||||
- name: Test URL
|
- name: Test URL
|
||||||
run: curl --fail --location --silent --output /dev/null ${{ matrix.url }}
|
run: curl --fail --location --silent --output /dev/null http://localhost:3000${{ matrix.url }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user