Skip to content

Commit 0e8c4fc

Browse files
committed
Run vnu.jar from current directory, as we are not unzipping something.
1 parent 41ecdc8 commit 0e8c4fc

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 nu.validator.servlet.Main 8888 &
44+
run: java -cp vnu.jar -Xss1024k -Dnu.validator.servlet.bind-address=127.0.0.1 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)