Skip to content

Commit b5744f0

Browse files
Merge pull request #52 from Andersond11/run-integration-specs-on-mac-m1
Run integration specs on Mac M1
2 parents e16dea4 + 65bcb57 commit b5744f0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ To work on this plugin, you should first run the following in your local directo
134134
135135
yarn test # run the automated test suite
136136
137-
./integration_test.sh # run serverless package on the demo project and observe the results
137+
./integration-test.sh # run serverless package on the demo project and observe the results
138138
```
139139

140140
### Troubleshooting the demo_service

integration-test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ function test_version() {
1515
echo "## VERIFY RUBY ${version} FUNCTION CAN LOAD DEPENDENCIES"
1616
#RUBY_IMAGE="amazon/aws-lambda-ruby:3.2" ./invoke-service.sh
1717
result=$(docker run --rm \
18+
--platform linux/amd64 \
1819
--volume $(pwd):/var/task \
1920
--env RUBYLIB=/var/task \
2021
--entrypoint '/var/lang/bin/ruby' \

0 commit comments

Comments
 (0)