Skip to content

Commit

Permalink
Merge pull request #434 from atshaw43/master
Browse files Browse the repository at this point in the history
Fixing integration test path
  • Loading branch information
atshaw43 authored Nov 14, 2023
2 parents e9627da + 17972a6 commit 66b5008
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/IntegrationTesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- IntegrationTest

jobs:
package_SDK:
Expand All @@ -22,8 +22,6 @@ 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
Expand Down Expand Up @@ -109,6 +107,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
2 changes: 1 addition & 1 deletion sample-apps/http-server/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module application.go

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

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

0 comments on commit 66b5008

Please sign in to comment.