diff --git a/.github/workflows/lint-test-sdk.yml b/.github/workflows/lint-test-sdk.yml index c27c56c..3cf5c19 100644 --- a/.github/workflows/lint-test-sdk.yml +++ b/.github/workflows/lint-test-sdk.yml @@ -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