Skip to content

Commit

Permalink
Update docker-entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely authored Oct 11, 2023
1 parent 3f3a296 commit 9936911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ echo "Running test on BASE_URL=$BASE_URL"
for f in postman-collections/*.json
do
echo "Running collection $f"
newman run --env-var "base_url=$BASE_URL" $f
newman run --bail --env-var "base_url=$BASE_URL" $f
done

0 comments on commit 9936911

Please sign in to comment.