diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c052c5be5..19169f035 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -141,11 +141,12 @@ jobs: cd integration pip install lxml bs4 ./integration.py - ./test_curl_commands.sh $(find ./tests -maxdepth 1 -type f -name '*.curl' ! -name '*windows*') + ./test_curl_commands.sh $(find ./tests_ok -maxdepth 1 -type f -name '*.curl' ! -name '*windows*') ./test_html_output.py tests_ok/*.html + xmllint --noout tests_ok/*.html + ./test_curl_commands.sh $(find ./tests_failed -maxdepth 1 -type f -name '*.curl' ! -name '*windows*') ./test_html_output.py tests_failed/*.html - xmllint --noout tests_ok/*.html - xmllint --noout tests_failed/*.html + xmllint --noout tests_failed/*.html ./report.sh - name: Archive production artifacts uses: actions/upload-artifact@v2