Skip to content

Commit

Permalink
Retrieve E2E testing resources from application framework repo
Browse files Browse the repository at this point in the history
  • Loading branch information
harrryr committed Feb 27, 2024
1 parent a54657b commit e8f1a67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/appsignals-e2e-eks-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ jobs:
curl -S -s -o /dev/null http://${{ env.APP_ENDPOINT }}/client-call/
- name: Build Gradle
run: gradle
working-directory: ${{ env.TEST_RESOURCES_FOLDER }}
run: ./gradlew

# Validation for app signals telemetry data
- name: Validate generated EMF logs
Expand Down

0 comments on commit e8f1a67

Please sign in to comment.