Skip to content

Commit

Permalink
feat: exit early in integ test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
bombguy committed Jul 13, 2023
1 parent 5a14d61 commit 028c0cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/integ-templates.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e

lerna run build --scope @aws-amplify/codegen-ui-test-generator
cp -r packages/test-generator/integration-test-templates/. packages/integration-test
Expand Down

0 comments on commit 028c0cb

Please sign in to comment.