Skip to content

Replace println! with tracing::debug! to honor --no-log flag. #1209

Replace println! with tracing::debug! to honor --no-log flag.

Replace println! with tracing::debug! to honor --no-log flag. #1209

name: Integration tests (PR)
on:
pull_request_target:
branches: [ "main" ]
permissions:
id-token: write
contents: read
jobs:
integration:
name: Integration
uses: ./.github/workflows/integration.yml
with:
environment: PR integration tests
ref: ${{ github.event.pull_request.head.sha }}