test: Add unit, component and integration tests for kyma companion #1074
Workflow file for this run
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: All Checks passed | |
| on: | |
| pull_request: | |
| types: [ opened, edited, synchronize, reopened, ready_for_review ] | |
| merge_group: | |
| jobs: | |
| all-checks: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| checks: read | |
| contents: read | |
| steps: | |
| - uses: wechuli/allcheckspassed@2e5e8bbc775f5680ed5d02e3a22e2fc7219792ac | |
| with: | |
| retries: '40' | |
| polling_interval: '1' |