update
This commit is contained in:
13
test/assets/eInvoicing-EN16931/run-tests-cii.cmd
Normal file
13
test/assets/eInvoicing-EN16931/run-tests-cii.cmd
Normal file
@ -0,0 +1,13 @@
|
||||
@echo off
|
||||
|
||||
echo running CII tests
|
||||
docker run --rm --pull always -it -v %CD%:/src phelger/vefa-validator build -x -t -p cii /src
|
||||
if errorlevel 1 goto error
|
||||
|
||||
goto end
|
||||
|
||||
:error
|
||||
echo An error occurred in validation
|
||||
pause
|
||||
|
||||
:end
|
Reference in New Issue
Block a user