Skip to content

Commit cf35e58

Browse files
committed
Try to run java as a service and not wait
1 parent 1a82e37 commit cf35e58

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
@@ -44,7 +44,7 @@ jobs:
4444
run: unzip vnu.jar_20.6.30.zip
4545

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

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

0 commit comments

Comments
 (0)