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 41ecdc8 commit 0e8c4fcCopy full SHA for 0e8c4fc
.github/workflows/tests.yml
@@ -41,7 +41,7 @@ jobs:
41
run: wget https://github.com/validator/validator/releases/download/latest/vnu.jar
42
43
- name: Run Nu Html Checker (v.Nu)
44
- run: java -cp ./dist/vnu.jar -Xss1024k nu.validator.servlet.Main 8888 &
+ run: java -cp vnu.jar -Xss1024k -Dnu.validator.servlet.bind-address=127.0.0.1 nu.validator.servlet.Main 8888 &
45
46
- name: Install dependencies
47
run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
0 commit comments