mirror of https://github.com/chaos-mesh/chaosd.git
parent
7988968b74
commit
9bcf11deef
|
|
@ -50,6 +50,7 @@ jobs:
|
|||
elif [[ "$job" == "unit-test" ]]; then
|
||||
make unit-test
|
||||
elif [[ "$job" == "integration-test" ]]; then
|
||||
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y stress-ng
|
||||
make integration-test
|
||||
|
|
|
|||
Loading…
Reference in New Issue