Fix test URLs

This commit is contained in:
Bill Thornton
2022-08-25 10:02:47 -04:00
parent c8c3fae1c2
commit 9b935f0683
+1 -1
View File
@@ -35,4 +35,4 @@ jobs:
npm run serve &
- 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 }}