We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5e49e commit f5abc20Copy full SHA for f5abc20
.github/workflows/lint-test-sdk.yml
@@ -32,6 +32,11 @@ jobs:
32
matrix:
33
java-version: ['8', '11', '17'] # Define the Java versions to test against
34
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}"
40
- uses: actions/checkout@v4
41
with:
42
repository: Eppo-exp/java-server-sdk
0 commit comments