Skip to content

Commit

Permalink
ci: add logging to check pwd in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-t-97 committed Jun 27, 2024
1 parent caed65c commit b18d726
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_workflows/keploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ sudo chmod a+x keployE && sudo mkdir -p /usr/local/bin && sudo mv keployE /usr/l
# Build the project locally
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
echo "Keploy started in test mode"
Expand Down

0 comments on commit b18d726

Please sign in to comment.