Skip to content

Commit

Permalink
Merge branch 'IntegrationTest' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
atshaw43 authored Nov 14, 2023
2 parents 457e539 + 883e8ab commit 776a6d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/IntegrationTesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,12 @@ jobs:

- name: Zip up the deployment package
run: zip -r deploy.zip . -x '*.git*'
working-directory: ./sample-apps/http-server


- name: Upload WebApp with X-Ray SDK build artifact
uses: actions/upload-artifact@v2
with:
name: deployment-package
path: sample-apps/http-server/deploy.zip
path: deploy.zip

deploy_WebApp:
name: Deploy X-Ray Instrumented Web App
Expand Down Expand Up @@ -112,6 +110,7 @@ jobs:

- name: Run testing suite
run: ./gradlew :validator:run --args='-c default-xray-trace-validation.yml --endpoint http://${{ github.run_id }}-${{ github.run_number }}-eb-app-env.us-west-2.elasticbeanstalk.com'
working-directory: ./sample-apps/http-server

cleanup:
name: Resource tear down
Expand Down
1 change: 1 addition & 0 deletions sample-apps/http-server/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module application.go

replace github.com/aws/aws-xray-sdk-go => ../../

require (
github.com/aws/aws-sdk-go v1.47.9
github.com/aws/aws-xray-sdk-go v1.8.2
Expand Down

0 comments on commit 776a6d2

Please sign in to comment.