fix: update copilot ptrace test after moving SYS_PTRACE to sidecar #6234
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: Flyteidl Verification Tests | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number }} | |
cancel-in-progress: true | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
- 'release-v**' | |
jobs: | |
lint: | |
name: Lint | |
strategy: | |
fail-fast: false | |
uses: ./.github/workflows/lint.yml | |
with: | |
component: flyteidl | |
unit-tests: | |
name: Unit Tests | |
uses: ./.github/workflows/unit-tests.yml | |
with: | |
component: flyteidl | |
secrets: | |
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} | |
generate: | |
name: Check Go Generate | |
strategy: | |
fail-fast: false | |
uses: ./.github/workflows/go_generate.yml | |
with: | |
component: flyteidl | |
secrets: | |
FLYTE_BOT_PAT: ${{ secrets.FLYTE_BOT_PAT }} |