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 aec553c commit f862debCopy full SHA for f862deb
.github/workflows/tests.yml
@@ -41,10 +41,10 @@ jobs:
41
run: wget https://github.com/validator/validator/releases/download/20.6.30/vnu.jar_20.6.30.zip
42
43
- name: Unzip jar file
44
- run: unzip vnu.jar_20.6.30.zip dist/vnu.jar -D .
+ run: unzip vnu.jar_20.6.30.zip
45
46
- name: Run Nu Html Checker (v.Nu)
47
- run: java -cp -jar ./vnu.jar -Xss1024k -Dnu.validator.servlet.bind-address=127.0.0.1 nu.validator.servlet.Main 8888
+ run: java -cp -jar ./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