diff --git a/.github/workflows/IntegrationTesting.yml b/.github/workflows/IntegrationTesting.yml index 8c88bfa1..facb18d1 100644 --- a/.github/workflows/IntegrationTesting.yml +++ b/.github/workflows/IntegrationTesting.yml @@ -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 @@ -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 diff --git a/sample-apps/http-server/go.mod b/sample-apps/http-server/go.mod index 420be3d6..6bb88320 100644 --- a/sample-apps/http-server/go.mod +++ b/sample-apps/http-server/go.mod @@ -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