Skip to content

Commit

Permalink
Disable tests attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
TevinAdams committed May 14, 2024
1 parent 3f7454b commit 953896c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ set -eu -o pipefail
echo "Packaging..."

# Build via sam
sam build
# sam build --no-tests
MAVEN_OPTS="-DskipTests=true" sam build

# Zip requires `cd` because if not it will compile the relative paths
# which means it will also zip .aws-sam/build/, breaking the deployment.
Expand Down

0 comments on commit 953896c

Please sign in to comment.