Fix test URLs

This commit is contained in:
Bill Thornton 2022-08-23 12:50:02 -04:00
parent c8c3fae1c2
commit 9b935f0683

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 }}