Skip to content

Commit

Permalink
ci: correct container name to collect coverage files from
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-t-97 committed Jun 27, 2024
1 parent 46575ac commit caed65c
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 @@ -37,7 +37,7 @@ done

# Check the overall test status and exit accordingly
if [ "$all_passed" = true ]; then
docker cp custom_app:$(pwd)/.nyc_output $(pwd)/.nyc_output
docker cp node-express-graphql-template-app-1:$(pwd)/.nyc_output $(pwd)/.nyc_output
npx nyc report
echo "All tests passed"
exit 0
Expand Down

0 comments on commit caed65c

Please sign in to comment.