Skip to content

Commit

Permalink
display test details
Browse files Browse the repository at this point in the history
  • Loading branch information
typotter committed Aug 20, 2024
1 parent 2a5e49e commit f5abc20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint-test-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
matrix:
java-version: ['8', '11', '17'] # Define the Java versions to test against
steps:
- name: Display Testing Details
run: |
echo "Running SDK Test using"
echo "Test Data: sdk-test-data@${TEST_DATA_BRANCH_NAME}"
echo "SDK Branch: php-sdk@${SDK_BRANCH_NAME}"
- uses: actions/checkout@v4
with:
repository: Eppo-exp/java-server-sdk
Expand Down

0 comments on commit f5abc20

Please sign in to comment.