Skip to content

Commit

Permalink
Update utils.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kdivya153 committed Sep 18, 2024
1 parent a77ea5f commit 9b658cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,10 @@ function runTests(){
sleep 5s
cd ..


echo "curl request with runTest install on initialization"
response=$(curl -X POST -H "Content-Type: application/json" -d "$INTENT" http://localhost:3333/api/v1/state/method/parameters.initialization/result)

# response=$(curl -X POST -H "Content-Type: application/json" -d "$INTENT" http://localhost:3333/api/v1/state/method/parameters.initialization/result)
response=$(curl -X POST -H "Content-Type: application/json" -d "MANAGE" http://localhost:3333/api/v1/state/method/parameters.initialization/result)
echo "run mfos tests in a headless browser"
npm install puppeteer
echo "Start xvfb"
Expand Down

0 comments on commit 9b658cd

Please sign in to comment.