mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 20:12:09 +03:00
Fix CI integration tests.
This commit is contained in:
parent
51dedfed14
commit
23e6c87fa0
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user