Skip to content

Commit

Permalink
feat: only run test set 3 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-t-97 committed Jun 28, 2024
1 parent 9009113 commit 7c10df7
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 90 --apiTimeout 30 --generateGithubActions=false
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 90 --apiTimeout 30 --generateGithubActions=false --testsets="test-set-3"
echo "Keploy started in test mode"

all_passed=true
Expand Down

0 comments on commit 7c10df7

Please sign in to comment.