Skip to content

Commit

Permalink
ci: remove coverage flag from keploy tets command in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-t-97 committed Jun 27, 2024
1 parent b18d726 commit 31b12be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_workflows/keploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ echo "Project built successfully"
echo $(pwd)


sudo -E env PATH="$PATH" /usr/local/bin/keployE test -c "sudo docker compose --env-file .env.docker up" --containerName "node-express-graphql-template-app-1" --delay 30 --apiTimeout 30 --generateGithubActions=false --coverage=true
sudo -E env PATH="$PATH" /usr/local/bin/keployE test -c "sudo docker compose --env-file .env.docker up" --containerName "node-express-graphql-template-app-1" --delay 30 --apiTimeout 30 --generateGithubActions=false
echo "Keploy started in test mode"

all_passed=true
Expand Down

0 comments on commit 31b12be

Please sign in to comment.