We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a82e37 commit cf35e58Copy full SHA for cf35e58
.github/workflows/tests.yml
@@ -44,7 +44,7 @@ jobs:
44
run: unzip vnu.jar_20.6.30.zip
45
46
- name: Run Nu Html Checker (v.Nu)
47
- run: java -cp ./dist/vnu.jar -Xss1024k -Dnu.validator.servlet.bind-address=127.0.0.1 nu.validator.servlet.Main 8888
+ run: java -cp ./dist/vnu.jar -Xss1024k -Dnu.validator.servlet.bind-address=127.0.0.1 nu.validator.servlet.Main 8888 &
48
49
- name: Install dependencies
50
run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
0 commit comments