diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9350c004..c9012f79 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: run: | npm ci --no-audit npm run build - npm run serve + npm run serve & - name: Test URL run: curl --fail --location --silent --output /dev/null ${{ matrix.url }}