BE: fixes #1370 Added csv endpoints for topics, consumergroups, acl, … #283
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Playwright E2E: PR tests" | |
| on: | |
| pull_request: | |
| types: [ "opened", "reopened", "synchronize" ] | |
| paths: | |
| - "build.gradle" | |
| - "gradle.properties" | |
| - "settings.gradle" | |
| - "gradle/libs.versions.toml" | |
| - "contract/**" | |
| - "api/**" | |
| - "serde-api/**" | |
| - "frontend/**" | |
| - "e2e-playwright/**" | |
| permissions: | |
| contents: read | |
| checks: write | |
| statuses: write | |
| jobs: | |
| build-and-test: | |
| uses: ./.github/workflows/e2e-playwright-run.yml | |
| secrets: inherit | |
| with: | |
| sha: ${{ github.event.pull_request.head.sha }} |