Skip to content

Commit 41ecdc8

Browse files
committed
Try removing ip address for vnu
1 parent 721e93b commit 41ecdc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: wget https://github.com/validator/validator/releases/download/latest/vnu.jar
4242

4343
- name: Run Nu Html Checker (v.Nu)
44-
run: java -cp ./dist/vnu.jar -Xss1024k -Dnu.validator.servlet.bind-address=127.0.0.1 nu.validator.servlet.Main 8888 &
44+
run: java -cp ./dist/vnu.jar -Xss1024k nu.validator.servlet.Main 8888 &
4545

4646
- name: Install dependencies
4747
run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction

0 commit comments

Comments
 (0)