mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 20:12:09 +03:00
Do not run doc tests for docker Alpine
This commit is contained in:
parent
590121ce10
commit
8050e2f5d9
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -273,7 +273,7 @@ jobs:
|
||||
mitmdump -p 8888 --modify-header "/From-Proxy/Hello" >mitmdump.log 2>&1 &
|
||||
ps auxww | grep -v grep | grep -E "server.py|mitmdump"
|
||||
echo "----- tests units -----"
|
||||
cargo test --features strict
|
||||
cargo test --features strict --tests
|
||||
echo "----- integration tests -----"
|
||||
./integration.py
|
||||
- name: Archive production artifacts
|
||||
|
Loading…
Reference in New Issue
Block a user