diff --git a/.github/workflows/ci_production.yaml b/.github/workflows/ci_production.yaml index e798c5a1..b0fccd7a 100644 --- a/.github/workflows/ci_production.yaml +++ b/.github/workflows/ci_production.yaml @@ -24,6 +24,9 @@ jobs: env: SERVICEX_YAML: ${{ secrets.SERVICEX_YAML }} + - name: ServiceX target info + run: grep endpoint servicex.yaml | xxd -ps + - name: Install uv uses: astral-sh/setup-uv@v3