Fix CI integration tests.

This commit is contained in:
jcamiel 2022-02-14 16:37:57 +01:00 committed by Fabrice Reix
parent 51dedfed14
commit 23e6c87fa0

View File

@ -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