Skip to content

Commit

Permalink
check sam cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Oct 1, 2024
1 parent 4b2d96d commit d8b8306
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/aws-lambda/features/support/env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
exit 127
end

sam_version = `sam --version`
puts "Using SAM CLI version: #{sam_version}"

success = system(File.realpath("#{__dir__}/../scripts/build-fixtures"))

unless success
Expand Down

0 comments on commit d8b8306

Please sign in to comment.