Skip to content

Commit f5abc20

Browse files
committed
display test details
1 parent 2a5e49e commit f5abc20

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/lint-test-sdk.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
matrix:
3333
java-version: ['8', '11', '17'] # Define the Java versions to test against
3434
steps:
35+
- name: Display Testing Details
36+
run: |
37+
echo "Running SDK Test using"
38+
echo "Test Data: sdk-test-data@${TEST_DATA_BRANCH_NAME}"
39+
echo "SDK Branch: php-sdk@${SDK_BRANCH_NAME}"
3540
- uses: actions/checkout@v4
3641
with:
3742
repository: Eppo-exp/java-server-sdk

0 commit comments

Comments
 (0)